summaryrefslogtreecommitdiff
path: root/gaunt01/src/player.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-04-19 02:14:26 +0100
committerTim Redfern <tim@eclectronics.org>2012-04-19 02:14:26 +0100
commit09fba466578c1074bf7471bbc4615a9047237d46 (patch)
tree5741542ed77047527414218d4d192bd5b590d41b /gaunt01/src/player.h
parentc4fc08cc7238dfa310ed56e65a24df22c6bbb625 (diff)
bird chasing players
Diffstat (limited to 'gaunt01/src/player.h')
-rw-r--r--gaunt01/src/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gaunt01/src/player.h b/gaunt01/src/player.h
index 9167237..5aadec6 100644
--- a/gaunt01/src/player.h
+++ b/gaunt01/src/player.h
@@ -18,6 +18,7 @@ class player : public ofTessellator
void draw();
void caught();
bool isCaught;
+ bool active; //still on screen
void carried(ofVec3f _posOffset);
void setCatchTransform(ofVec3f _catchPos,ofVec3f _catchScale);
protected: