aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game_v6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/game_v6.cpp')
-rw-r--r--engines/gob/game_v6.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/game_v6.cpp b/engines/gob/game_v6.cpp
index e2c0c52919..985f72c23a 100644
--- a/engines/gob/game_v6.cpp
+++ b/engines/gob/game_v6.cpp
@@ -630,7 +630,7 @@ void Game_v6::collisionsBlock(void) {
&activeCollResId, &activeCollIndex, false);
WRITE_VAR(55, curEditIndex);
- if (key == 0x1C0D) {
+ if (key == kKeyReturn) {
for (i = 0; i < 150; i++) {
if (_collisionAreas[i].left == 0xFFFF)
break;
@@ -1089,7 +1089,7 @@ int16 Game_v6::checkMousePoint(int16 all, int16 *resId, int16 *resIndex) {
}
if ((_mouseButtons != kMouseButtonsLeft) && (all == 0))
- return 0x11B;
+ return kKeyEscape;
return 0;
}