From 7f6ed8b21dfc765eda7146694515133697b623d6 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Tue, 3 Jul 2012 23:35:04 -0500 Subject: Added StageActorLight, bonusRoom is complete except for sfx --- include/game.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') 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; -- cgit v1.2.3