[Scummvm-cvs-logs] SF.net SVN: scummvm:[36028] scummvm/trunk/engines/made/made.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Jan 24 02:03:06 CET 2009


Revision: 36028
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36028&view=rev
Author:   thebluegr
Date:     2009-01-24 01:03:06 +0000 (Sat, 24 Jan 2009)

Log Message:
-----------
Removed leftover test code for MADE V1, used in Manhole EGA (though the sound effects in Manhole EGA are still not working)

Modified Paths:
--------------
    scummvm/trunk/engines/made/made.cpp

Modified: scummvm/trunk/engines/made/made.cpp
===================================================================
--- scummvm/trunk/engines/made/made.cpp	2009-01-23 23:51:28 UTC (rev 36027)
+++ scummvm/trunk/engines/made/made.cpp	2009-01-24 01:03:06 UTC (rev 36028)
@@ -288,22 +288,6 @@
 	_autoStopSound = false;
 	_eventNum = _eventKey = _eventMouseX = _eventMouseY = 0;
 
-#if 0
-	// V1 test code
-	if (getVersion() == 1) {
-		// Music test (works)
-		_music->playSMF(_res->getMidi(1));
-
-		// SFX test (not working)
-		Audio::SoundHandle audioStreamHandle;
-		SoundResource *soundRes = _res->getSound(1);
-		_mixer->playInputStream(Audio::Mixer::kPlainSoundType, &audioStreamHandle,
-			soundRes->getAudioStream(_soundRate, false));
-
-		quitGame();
-	}
-#endif
-
 #ifdef DUMP_SCRIPTS
 	_script->dumpAllScripts();
 #else


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