diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-02-28 10:24:05 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-02-28 10:24:05 -0600 |
commit | d45bf07f2c5aeaea6ec0c6fa40c975afdd29d682 (patch) | |
tree | 4da318e19ccc39d194cdc5dc6bc243c23d950bf7 /include/game.h | |
parent | d6924bebc44bf904ec3e9ed8126614f67a04df88 (diff) | |
download | kamek-d45bf07f2c5aeaea6ec0c6fa40c975afdd29d682.tar.gz kamek-d45bf07f2c5aeaea6ec0c6fa40c975afdd29d682.zip |
more boss fixes
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/game.h b/include/game.h index cca0fac..d9581b6 100755 --- a/include/game.h +++ b/include/game.h @@ -346,7 +346,6 @@ public: class dStage32C_c {
public:
- dStage32C_c();
u32 bulletData1;
u32 bulletData2;
@@ -374,8 +373,6 @@ public: u8 _171[3];
u32 pokeyTimer;
- void setup();
-
static dStage32C_c *instance;
};
|