diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-04-19 02:14:26 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-04-19 02:14:26 +0100 |
| commit | 09fba466578c1074bf7471bbc4615a9047237d46 (patch) | |
| tree | 5741542ed77047527414218d4d192bd5b590d41b /gaunt01/src/player.cpp | |
| parent | c4fc08cc7238dfa310ed56e65a24df22c6bbb625 (diff) | |
bird chasing players
Diffstat (limited to 'gaunt01/src/player.cpp')
| -rw-r--r-- | gaunt01/src/player.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gaunt01/src/player.cpp b/gaunt01/src/player.cpp index 0ffdcda..cd51097 100644 --- a/gaunt01/src/player.cpp +++ b/gaunt01/src/player.cpp @@ -3,6 +3,7 @@ player::player()
{
isCaught=false;
+ active=true;
}
player::~player()
|
