diff options
Diffstat (limited to 'gaunt01/src/player.h')
| -rw-r--r-- | gaunt01/src/player.h | 1 |
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:
|
