[Scummvm-cvs-logs] SF.net SVN: scummvm:[35798] scummvm/trunk/engines/scumm/he/sound_he.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat Jan 10 11:31:39 CET 2009


Revision: 35798
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35798&view=rev
Author:   Kirben
Date:     2009-01-10 10:31:39 +0000 (Sat, 10 Jan 2009)

Log Message:
-----------
Fix compiling SCUMM engine, with HE71+ games disabled.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/he/sound_he.cpp

Modified: scummvm/trunk/engines/scumm/he/sound_he.cpp
===================================================================
--- scummvm/trunk/engines/scumm/he/sound_he.cpp	2009-01-09 18:35:07 UTC (rev 35797)
+++ scummvm/trunk/engines/scumm/he/sound_he.cpp	2009-01-10 10:31:39 UTC (rev 35798)
@@ -760,6 +760,7 @@
 	addSoundToQueue2(1, 0, channel, 0);
 }
 
+#ifdef ENABLE_HE
 void ScummEngine_v80he::createSound(int snd1id, int snd2id) {
 	byte *snd1Ptr, *snd2Ptr;
 	byte *sbng1Ptr, *sbng2Ptr;
@@ -893,5 +894,6 @@
 		_sndTmrOffs += sdat2size;
 	}
 }
+#endif
 
 } // End of namespace Scumm


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