[Scummvm-cvs-logs] SF.net SVN: scummvm:[52932] scummvm/trunk/engines/tinsel/bmv.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Sep 28 21:06:03 CEST 2010


Revision: 52932
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52932&view=rev
Author:   fingolfin
Date:     2010-09-28 19:06:03 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
TINSEL: Remove redundant '_Windows' check

Modified Paths:
--------------
    scummvm/trunk/engines/tinsel/bmv.cpp

Modified: scummvm/trunk/engines/tinsel/bmv.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/bmv.cpp	2010-09-28 18:56:30 UTC (rev 52931)
+++ scummvm/trunk/engines/tinsel/bmv.cpp	2010-09-28 19:06:03 UTC (rev 52932)
@@ -66,13 +66,7 @@
 
 #define PREFETCH	(NUM_SLOTS/2)	// For initial test
 
-#ifndef _Windows
-//#define ADVANCE_SOUND		12	// 1 second
-#define ADVANCE_SOUND		18	// 1 1/2 second
-//#define MAX_ADVANCE_SOUND	36	// 3 seconds
-#else
 #define ADVANCE_SOUND		18	// 1 1/2 seconds
-#endif
 #define SUBSEQUENT_SOUND	6	// 1/2 second
 
 


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