Mercurial > mm7
comparison Level/Decoration.h @ 1514:965af46e8793
Rename LevelDecoration::field_16_event_id to LevelDecoration::uEventID.
author | yoctozepto |
---|---|
date | Tue, 03 Sep 2013 15:09:07 +0200 |
parents | 4055b09160ae |
children | 35c1e4ff6ba7 |
comparison
equal
deleted
inserted
replaced
1513:4055b09160ae | 1514:965af46e8793 |
---|---|
27 uint16_t uDecorationDescID; | 27 uint16_t uDecorationDescID; |
28 uint16_t uFlags; | 28 uint16_t uFlags; |
29 Vec3_int_ vPosition; | 29 Vec3_int_ vPosition; |
30 int32_t field_10_y_rot; | 30 int32_t field_10_y_rot; |
31 uint16_t uCog; | 31 uint16_t uCog; |
32 int16_t field_16_event_id; | 32 uint16_t uEventID; |
33 uint16_t uTriggerRange; | 33 uint16_t uTriggerRange; |
34 int16_t field_1A; | 34 int16_t field_1A; |
35 int16_t _idx_in_stru123; | 35 int16_t _idx_in_stru123; |
36 int16_t field_1E; | 36 int16_t field_1E; |
37 }; | 37 }; |