aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/vga_pn.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-03-08 10:08:09 +0000
committerTravis Howell2009-03-08 10:08:09 +0000
commit56189fcf30e0f0bcf086d82896a26e6bda2b0bc0 (patch)
treeadd856e36814ad2c568166b71a3f02d1587392e0 /engines/agos/vga_pn.cpp
parenta630759d6db2d3f0aae4b7baf9a1e0fcf323f2e1 (diff)
downloadscummvm-rg350-56189fcf30e0f0bcf086d82896a26e6bda2b0bc0.tar.gz
scummvm-rg350-56189fcf30e0f0bcf086d82896a26e6bda2b0bc0.tar.bz2
scummvm-rg350-56189fcf30e0f0bcf086d82896a26e6bda2b0bc0.zip
Clarify several errors messages.
svn-id: r39219
Diffstat (limited to 'engines/agos/vga_pn.cpp')
-rw-r--r--engines/agos/vga_pn.cpp4
1 files changed, 2 insertions, 2 deletions
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() {