diff options
author | Treeki <treeki@gmail.com> | 2013-02-12 02:18:15 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-02-12 02:18:15 +0100 |
commit | 10a3cd4df5e3b57b2e29cdc7ffa8bba611885625 (patch) | |
tree | 363a8a043f63d089156d0d3f7e16e4b70012b084 /src/boss.h | |
parent | 25c7c042247619006dd6b6c6c12cf08502e0829b (diff) | |
download | kamek-10a3cd4df5e3b57b2e29cdc7ffa8bba611885625.tar.gz kamek-10a3cd4df5e3b57b2e29cdc7ffa8bba611885625.zip |
couple of edits to the generic boss stuff
Diffstat (limited to '')
-rw-r--r-- | src/boss.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ class daBoss : public dEn_c { public: u32 timer; char dying; - u32 damage; + int damage; daKameckDemo *Kameck; }; |