[Scummvm-cvs-logs] SF.net SVN: scummvm:[49641] scummvm/trunk/engines/sci/console.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Mon Jun 14 00:48:49 CEST 2010
Revision: 49641
http://scummvm.svn.sourceforge.net/scummvm/?rev=49641&view=rev
Author: thebluegr
Date: 2010-06-13 22:48:49 +0000 (Sun, 13 Jun 2010)
Log Message:
-----------
Fixed compilation with the old music code
Modified Paths:
--------------
scummvm/trunk/engines/sci/console.cpp
Modified: scummvm/trunk/engines/sci/console.cpp
===================================================================
--- scummvm/trunk/engines/sci/console.cpp 2010-06-13 22:15:30 UTC (rev 49640)
+++ scummvm/trunk/engines/sci/console.cpp 2010-06-13 22:48:49 UTC (rev 49641)
@@ -852,6 +852,7 @@
}
bool Console::cmdShowInstruments(int argc, const char **argv) {
+#ifndef USE_OLD_MUSIC_FUNCTIONS
int songNumber = -1;
if (argc == 2)
@@ -1007,6 +1008,7 @@
DebugPrintf("\n\n");
}
+#endif
return true;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list