aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/menus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/menus.cpp')
-rw-r--r--engines/agos/menus.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/agos/menus.cpp b/engines/agos/menus.cpp
index 7f61925528..9e71849c6e 100644
--- a/engines/agos/menus.cpp
+++ b/engines/agos/menus.cpp
@@ -57,7 +57,7 @@ void AGOSEngine::loadMenuFile() {
void AGOSEngine::restoreMenu() {
_wiped = 0;
- _lockWord |= 0x80;
+ _videoLockOut |= 0x80;
clearVideoWindow(3, 0);
@@ -70,8 +70,8 @@ void AGOSEngine::restoreMenu() {
_windowNum = oldWindowNum;
- _lockWord |= 0x20;
- _lockWord &= ~0x80;
+ _videoLockOut |= 0x20;
+ _videoLockOut &= ~0x80;
}
// Elvira 1 specific