aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/defs.h
diff options
context:
space:
mode:
authorFilippos Karapetis2017-02-11 17:20:54 +0200
committerFilippos Karapetis2017-02-11 17:20:54 +0200
commit24a4c231dabcea6d35c909a1731e59af209f4496 (patch)
tree15c1aee2319ab04d914b28f194ec04ee3873cce7 /engines/cryo/defs.h
parent05c99c5b0d2103bbbceeb68520484cc5ecbd0360 (diff)
downloadscummvm-rg350-24a4c231dabcea6d35c909a1731e59af209f4496.tar.gz
scummvm-rg350-24a4c231dabcea6d35c909a1731e59af209f4496.tar.bz2
scummvm-rg350-24a4c231dabcea6d35c909a1731e59af209f4496.zip
CRYO: Rename variables to conform to our formatting guidelines
Diffstat (limited to 'engines/cryo/defs.h')
-rw-r--r--engines/cryo/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryo/defs.h b/engines/cryo/defs.h
index e646b9fc72..7952fef9ac 100644
--- a/engines/cryo/defs.h
+++ b/engines/cryo/defs.h
@@ -312,7 +312,7 @@ struct perso_t {
uint16 _partyMask; // party bit mask
byte _id; // character
byte _flags; // flags and kind
- byte _roomBankId;// index in kPersoRoomBankTable for specific room banks
+ byte _roomBankId;// index in _personRoomBankTable for specific room banks
byte _spriteBank; // sprite bank
uint16 _items; // inventory
uint16 _powers; // obj of power bitmask
@@ -340,7 +340,7 @@ enum ObjectFlags {
struct object_t {
byte _id;
byte _flags;
- int _locations; // index in kObjectLocations
+ int _locations; // index in _objectLocations
uint16 _itemMask;
uint16 _powerMask; // object of power bitmask
int16 _count;