diff options
author | Strangerke | 2013-09-13 08:31:57 +0200 |
---|---|---|
committer | Strangerke | 2013-09-13 08:31:57 +0200 |
commit | 5e59ade554312ac841d620ccb92f38b15419dd9a (patch) | |
tree | 767936523ae78ab25bf427374314dddb03e8312e | |
parent | f7c34949db4df92aced4a654072ef74bd064c421 (diff) | |
download | scummvm-rg350-5e59ade554312ac841d620ccb92f38b15419dd9a.tar.gz scummvm-rg350-5e59ade554312ac841d620ccb92f38b15419dd9a.tar.bz2 scummvm-rg350-5e59ade554312ac841d620ccb92f38b15419dd9a.zip |
AVALANCHE: Fix compilation
-rw-r--r-- | engines/avalanche/visa2.cpp | 2 |
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(); |