aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-31 10:26:17 +0530
committerEugene Sandulenko2019-09-03 17:17:30 +0200
commit0fb3ad7ba05983fe64cc5f64294d58fa394935d1 (patch)
tree0007f5d15ee58e4ebc328cace36185997942117e /engines/hdb/ai.h
parent6e357d9d9749f399c5c1a347d4e8d6f7881ce081 (diff)
downloadscummvm-rg350-0fb3ad7ba05983fe64cc5f64294d58fa394935d1.tar.gz
scummvm-rg350-0fb3ad7ba05983fe64cc5f64294d58fa394935d1.tar.bz2
scummvm-rg350-0fb3ad7ba05983fe64cc5f64294d58fa394935d1.zip
HDB: Make Platform specific constants into variables
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 6bf3af88b2..bd418904a5 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -57,7 +57,6 @@ enum {
kRunToggleDelay = 2,
kMsgDelay = 3,
kYouGotX = -1,
- kYouGotY = (kScreenHeight - 16),
kNumSaveSlots = 8,
kAutoSaveSlot = 0
};
@@ -1095,6 +1094,9 @@ public:
return _gatePuddles;
}
+ // Platform-Specific Constants
+ int _youGotY;
+
// Player Variables
bool _playerDead;
bool _playerInvisible; // While on RailRider for example