diff options
author | Eugene Sandulenko | 2006-02-21 16:16:56 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-02-21 16:16:56 +0000 |
commit | c50da10571e0e6c8fc8601eefef0238f3e5c3353 (patch) | |
tree | 06f18e9c216dee019ef2e4d0556e6a27d6cbab36 /engines/gob | |
parent | 6011d302c3b8f6670d63570bf5ec3db0fbb880fa (diff) | |
download | scummvm-rg350-c50da10571e0e6c8fc8601eefef0238f3e5c3353.tar.gz scummvm-rg350-c50da10571e0e6c8fc8601eefef0238f3e5c3353.tar.bz2 scummvm-rg350-c50da10571e0e6c8fc8601eefef0238f3e5c3353.zip |
Fix compiler error introduced by last commit.
svn-id: r20808
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/game.cpp | 2 |
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; } |