[Scummvm-cvs-logs] SF.net SVN: scummvm: [25261] scummvm/trunk/engines/kyra/saveload.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Jan 29 19:48:50 CET 2007


Revision: 25261
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25261&view=rev
Author:   lordhoto
Date:     2007-01-29 10:48:49 -0800 (Mon, 29 Jan 2007)

Log Message:
-----------
little fix for fm-towns sfx.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/saveload.cpp

Modified: scummvm/trunk/engines/kyra/saveload.cpp
===================================================================
--- scummvm/trunk/engines/kyra/saveload.cpp	2007-01-29 18:42:58 UTC (rev 25260)
+++ scummvm/trunk/engines/kyra/saveload.cpp	2007-01-29 18:48:49 UTC (rev 25261)
@@ -206,6 +206,8 @@
 
 	if (version >= 7) {
 		_curSfxFile = in->readByte();
+		if (_flags.platform == Common::kPlatformFMTowns)
+			_sound->loadSoundFile(_curSfxFile);
 	}
 
 	_screen->_disableScreen = 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