diff options
author | Max Horn | 2010-09-28 19:06:03 +0000 |
---|---|---|
committer | Max Horn | 2010-09-28 19:06:03 +0000 |
commit | 2db927c22385586b20a514c5a920bb64b079267a (patch) | |
tree | 025cf08854b3a8ce37c8c7b3cb4be54661817048 /engines/tinsel | |
parent | 30db851ef005b13d42f41de3a720cc6450722476 (diff) | |
download | scummvm-rg350-2db927c22385586b20a514c5a920bb64b079267a.tar.gz scummvm-rg350-2db927c22385586b20a514c5a920bb64b079267a.tar.bz2 scummvm-rg350-2db927c22385586b20a514c5a920bb64b079267a.zip |
TINSEL: Remove redundant '_Windows' check
svn-id: r52932
Diffstat (limited to 'engines/tinsel')
-rw-r--r-- | engines/tinsel/bmv.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/tinsel/bmv.cpp b/engines/tinsel/bmv.cpp index b13de103c0..2077789b9c 100644 --- a/engines/tinsel/bmv.cpp +++ b/engines/tinsel/bmv.cpp @@ -66,13 +66,7 @@ namespace Tinsel { #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 |