diff options
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; } |