aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/avalanche/visa2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/visa2.cpp b/engines/avalanche/visa2.cpp
index 2354fe535a..931f10f9ae 100644
--- a/engines/avalanche/visa2.cpp
+++ b/engines/avalanche/visa2.cpp
@@ -90,7 +90,7 @@ void Visa::displayScrollChain(char block, byte point, bool report, bool bubbling
Common::File sezfile;
if (!sezfile.open("avalot.sez"))
- error("AVALANCHE: Visa: File not found: avalot.sez");
+ ::error("AVALANCHE: Visa: File not found: avalot.sez");
sezfile.seek(sez_offset);
_vm->_gyro->_bufSize = sezfile.readUint16LE();