aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/script.cpp')
-rw-r--r--engines/gob/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/script.cpp b/engines/gob/script.cpp
index 2cb719db26..134ad428ce 100644
--- a/engines/gob/script.cpp
+++ b/engines/gob/script.cpp
@@ -368,7 +368,7 @@ bool Script::loadTOT(const Common::String &fileName) {
}
bool Script::loadLOM(const Common::String &fileName) {
- warning("Urban Stub: loadLOM %s", _totFile.c_str());
+ warning("Stub: Script::loadLOM(%s)", _totFile.c_str());
_lomHandle = _vm->_dataIO->openData(_totFile.c_str());
if (_lomHandle < 0)