Subversion Repositories Games.Prince of Persia

Rev

Rev 6 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 7
Line 53... Line 53...
53
// Disabled, because it introduces some timing bugs.
53
// Disabled, because it introduces some timing bugs.
54
//#define USE_COMPAT_TIMER
54
//#define USE_COMPAT_TIMER
55
 
55
 
56
// Use mixer and enable music.
56
// Use mixer and enable music.
57
#define USE_MIXER
57
#define USE_MIXER
58
#define MIX_VOLUME 1//MIX_MAX_VOLUME //1
-
 
59
 
58
 
60
// Enable quicksave/load feature.
59
// Enable quicksave/load feature.
61
#define USE_QUICKSAVE
60
#define USE_QUICKSAVE
62
 
61
 
63
// Try to let time keep running out when quickloading. (similar to Ctrl+A)
62
// Try to let time keep running out when quickloading. (similar to Ctrl+A)