[Scummvm-cvs-logs] SF.net SVN: scummvm:[51178] scummvm/trunk/engines/sci/sound/soundcmd.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jul 23 00:13:28 CEST 2010


Revision: 51178
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51178&view=rev
Author:   thebluegr
Date:     2010-07-22 22:13:28 +0000 (Thu, 22 Jul 2010)

Log Message:
-----------
SCI: Cleanup leftovers from the FreeSCI sound code

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sound/soundcmd.cpp

Modified: scummvm/trunk/engines/sci/sound/soundcmd.cpp
===================================================================
--- scummvm/trunk/engines/sci/sound/soundcmd.cpp	2010-07-22 22:13:25 UTC (rev 51177)
+++ scummvm/trunk/engines/sci/sound/soundcmd.cpp	2010-07-22 22:13:28 UTC (rev 51178)
@@ -33,9 +33,6 @@
 
 namespace Sci {
 
-#define SCI1_SOUND_FLAG_MAY_PAUSE        1 /* Only here for completeness; The interpreter doesn't touch this bit */
-#define SCI1_SOUND_FLAG_SCRIPTED_PRI     2 /* but does touch this */
-
 SoundCommandParser::SoundCommandParser(ResourceManager *resMan, SegManager *segMan, Kernel *kernel, AudioPlayer *audio, SciVersion soundVersion) :
 	_resMan(resMan), _segMan(segMan), _kernel(kernel), _audio(audio), _soundVersion(soundVersion) {
 


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