[Scummvm-cvs-logs] SF.net SVN: scummvm: [20808] scummvm/trunk/engines/gob/game.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Feb 21 08:18:01 CET 2006


Revision: 20808
Author:   sev
Date:     2006-02-21 08:16:56 -0800 (Tue, 21 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20808&view=rev

Log Message:
-----------
Fix compiler error introduced by last commit.

Modified Paths:
--------------
    scummvm/trunk/engines/gob/game.cpp
Modified: scummvm/trunk/engines/gob/game.cpp
===================================================================
--- scummvm/trunk/engines/gob/game.cpp	2006-02-21 16:15:07 UTC (rev 20807)
+++ scummvm/trunk/engines/gob/game.cpp	2006-02-21 16:16:56 UTC (rev 20808)
@@ -431,7 +431,7 @@
 	}
 
 	if (_vm->_features & Gob::GF_GOB2) {
-		warning("STUB: interLoadSound());
+		warning("STUB: interLoadSound()");
 		return;
 	}
 







More information about the Scummvm-git-logs mailing list