diff options
| author | Colin Noga <Tempus@chronometry.ca> | 2012-07-11 17:06:15 -0500 |
|---|---|---|
| committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-11 17:06:15 -0500 |
| commit | a463a96cf84284b4a54eb4c57bf929a523157b45 (patch) | |
| tree | 60b6808986c7b4237b0de42b0b6e582e963cd71d /include | |
| parent | c6461149389ec807371b9692b7484ab108e2a068 (diff) | |
| download | kamek-a463a96cf84284b4a54eb4c57bf929a523157b45.tar.gz kamek-a463a96cf84284b4a54eb4c57bf929a523157b45.zip | |
Fixed names of bowser stuff
Diffstat (limited to '')
| -rwxr-xr-x | include/game.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/game.h b/include/game.h index de7d46d..33fb184 100755 --- a/include/game.h +++ b/include/game.h @@ -2164,11 +2164,11 @@ public: };
-class daBossKoopaDemo_c : public dEn_c {
+class daBossKoopa_c : public dEn_c {
public:
- USING_STATES(daBossKoopaDemo_c);
- REF_NINTENDO_STATE(Struggle);
+ USING_STATES(daBossKoopa_c);
+ REF_NINTENDO_STATE(Fall);
};
class daNeedles : public dEn_c {
|
