diff options
Diffstat (limited to 'include/game.h')
-rwxr-xr-x | include/game.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index 403d1b3..780b76c 100755 --- a/include/game.h +++ b/include/game.h @@ -2057,6 +2057,7 @@ public: static fBase_c *search(Actors name, fBase_c *previous = 0);
static fBase_c *search(u32 id);
+ static fBase_c *searchByBaseType(int type, fBase_c *previous);
};
class dBase_c : public fBase_c {
@@ -3582,5 +3583,8 @@ namespace nw4r { }
}
+
+extern float EnemyBounceValue;
+
#endif
|