diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-03 23:35:04 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-03 23:35:04 -0500 |
commit | 7f6ed8b21dfc765eda7146694515133697b623d6 (patch) | |
tree | a58022009a484ca609c35fc68ceca23649cf4a0a /include/game.h | |
parent | f50c109f5e389d9389eb811820a359cce9180e9a (diff) | |
download | kamek-7f6ed8b21dfc765eda7146694515133697b623d6.tar.gz kamek-7f6ed8b21dfc765eda7146694515133697b623d6.zip |
Added StageActorLight, bonusRoom is complete except for sfx
Diffstat (limited to 'include/game.h')
-rwxr-xr-x | include/game.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/game.h b/include/game.h index 468f4e3..2a245f7 100755 --- a/include/game.h +++ b/include/game.h @@ -1592,13 +1592,11 @@ public: class StageActorLight {
public:
-
- StageActorLight();
virtual void init(void *allocator, int);
virtual void update();
virtual void draw();
- virtual ~StageActorLight();
+ // virtual ~StageActorLight();
Vec pos;
float size;
|