aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
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