aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2006-02-21 16:16:56 +0000
committerEugene Sandulenko2006-02-21 16:16:56 +0000
commitc50da10571e0e6c8fc8601eefef0238f3e5c3353 (patch)
tree06f18e9c216dee019ef2e4d0556e6a27d6cbab36
parent6011d302c3b8f6670d63570bf5ec3db0fbb880fa (diff)
downloadscummvm-rg350-c50da10571e0e6c8fc8601eefef0238f3e5c3353.tar.gz
scummvm-rg350-c50da10571e0e6c8fc8601eefef0238f3e5c3353.tar.bz2
scummvm-rg350-c50da10571e0e6c8fc8601eefef0238f3e5c3353.zip
Fix compiler error introduced by last commit.
svn-id: r20808
-rw-r--r--engines/gob/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/game.cpp b/engines/gob/game.cpp
index 760ed549b1..929855f7b9 100644
--- a/engines/gob/game.cpp
+++ b/engines/gob/game.cpp
@@ -431,7 +431,7 @@ void Game::interLoadSound(int16 slot) {
}
if (_vm->_features & Gob::GF_GOB2) {
- warning("STUB: interLoadSound());
+ warning("STUB: interLoadSound()");
return;
}