[Scummvm-cvs-logs] SF.net SVN: scummvm:[34671] scummvm/trunk/engines/made/scriptfuncs.cpp
john_doe at users.sourceforge.net
john_doe at users.sourceforge.net
Sun Sep 28 22:02:04 CEST 2008
Revision: 34671
http://scummvm.svn.sourceforge.net/scummvm/?rev=34671&view=rev
Author: john_doe
Date: 2008-09-28 20:02:01 +0000 (Sun, 28 Sep 2008)
Log Message:
-----------
Return 32000 in sfGetCdTime instead of 0; this fixes the Manhole intro/credits (until the function is actually implemented)
Modified Paths:
--------------
scummvm/trunk/engines/made/scriptfuncs.cpp
Modified: scummvm/trunk/engines/made/scriptfuncs.cpp
===================================================================
--- scummvm/trunk/engines/made/scriptfuncs.cpp 2008-09-28 19:09:23 UTC (rev 34670)
+++ scummvm/trunk/engines/made/scriptfuncs.cpp 2008-09-28 20:02:01 UTC (rev 34671)
@@ -571,7 +571,7 @@
// This one is called loads of times, so it has been commented out to reduce spam
//warning("Unimplemented opcode: sfGetCdTime");
// TODO
- return 0;
+ return 32000;
}
int16 ScriptFunctions::sfPlayCdSegment(int16 argc, int16 *argv) {
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