From 56189fcf30e0f0bcf086d82896a26e6bda2b0bc0 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 8 Mar 2009 10:08:09 +0000 Subject: Clarify several errors messages. svn-id: r39219 --- engines/agos/vga_pn.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agos/vga_pn.cpp') diff --git a/engines/agos/vga_pn.cpp b/engines/agos/vga_pn.cpp index 5c6eaf6778..ae9bb8eac4 100644 --- a/engines/agos/vga_pn.cpp +++ b/engines/agos/vga_pn.cpp @@ -93,7 +93,7 @@ void AGOSEngine::vc36_pause() { bool oldWiped = _wiped; _wiped = 0; - _lockWord |= 8; + _videoLockOut |= 8; windowPutChar(_windowArray[2], 13); @@ -112,7 +112,7 @@ void AGOSEngine::vc36_pause() { windowPutChar(_windowArray[2], 128); _wiped = oldWiped; - _lockWord &= ~8; + _videoLockOut &= ~8; } void AGOSEngine::vc39_volume() { -- cgit v1.2.3