diff options
author | Treeki <treeki@gmail.com> | 2011-07-24 23:09:45 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-07-24 23:09:45 +0200 |
commit | 92a54fbb0c075d36da846b5d1b99b67cafc533eb (patch) | |
tree | ccc1adc6b1302fa69ae5c7c94f9386aca9b069d7 /include/game.h | |
parent | 4a904e527a014430118c8e6b889599ba1cce43a9 (diff) | |
download | kamek-92a54fbb0c075d36da846b5d1b99b67cafc533eb.tar.gz kamek-92a54fbb0c075d36da846b5d1b99b67cafc533eb.zip |
updates to dEn_c headers
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/game.h b/include/game.h index 561d3ad..7f8dba6 100755 --- a/include/game.h +++ b/include/game.h @@ -1396,7 +1396,7 @@ public: u32 _510, _514, _518;
void *_51C;
dEn_c *_520;
- u32 _524, _528, _52C, _530;
+ u32 _524;
dEn_c();
@@ -1536,6 +1536,7 @@ public: class daEnBlockMain_c : public dEn_c {
public:
+ u32 _528, _52C, _530;
Physics physics;
float _618, _61C, _620;
u32 _624, _628, _62C;
|