diff options
author | Treeki <treeki@gmail.com> | 2012-03-18 00:36:37 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-03-18 00:36:37 +0100 |
commit | 58b4ab236f6e4b0b5c4cf8384a3a8be299c86623 (patch) | |
tree | dc0ff282ed28991f48424b450acef825ac2f7d0b /include/game.h | |
parent | cb939234c499b337adad657f865deb6e7a2325fd (diff) | |
download | kamek-58b4ab236f6e4b0b5c4cf8384a3a8be299c86623.tar.gz kamek-58b4ab236f6e4b0b5c4cf8384a3a8be299c86623.zip |
compiles now
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game.h b/include/game.h index b8cfc70..60cebcc 100755 --- a/include/game.h +++ b/include/game.h @@ -2828,7 +2828,7 @@ namespace mEf { virtual bool _vfB4(Mtx *mtx);
};
- class es2 : public EGG::Effect {
+ class es2 : public effect_c {
public:
// vtable: 80329CA0
~es2();
|