[Scummvm-cvs-logs] CVS: scummvm/common engine.h,1.4,1.5

James Brown ender at users.sourceforge.net
Mon Oct 28 04:57:08 CET 2002


Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv8361/common

Modified Files:
	engine.h 
Log Message:
Fix using MAD -without- Vorbis, and remove COMPRESSED_SOUND_FILE define.

Please keep in mind that if you put an 'else' statement in an if clause, keep in mind that if the code it's supposed to 
'else' is in another define.... and that isn't set... the NEXT statement of code will be used as the 'if..else' 
condition.




Index: engine.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/engine.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- engine.h	18 Sep 2002 10:22:35 -0000	1.4
+++ engine.h	28 Oct 2002 12:56:41 -0000	1.5
@@ -24,8 +24,8 @@
 #include "scummsys.h"
 #include "system.h"
 
-#define SCUMMVM_VERSION "0.2.2 CVS"
-#define SCUMMVM_CVS "2002-09-06"
+#define SCUMMVM_VERSION "0.2.7 CVS"
+#define SCUMMVM_CVS "2002-10-28+"
 
 class SoundMixer;
 class GameDetector;





More information about the Scummvm-git-logs mailing list