aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.h')
-rw-r--r--saga/saga.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/saga/saga.h b/saga/saga.h
index 735b6d4151..8caf5d0508 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -79,7 +79,9 @@ enum SAGAGameType {
enum scriptTimings {
kScriptTimeTicksPerSecond = (728L/10L),
- kRepeatSpeed = 40 // 25 frames/sec
+ kRepeatSpeed = 40, // 25 frames/sec
+ kNormalFadeDuration = 1000, // should be 320. 64 steps, 5 msec each
+ kQuickFadeDuration = 200 // should be 64. 64 steps, 1 msec each
};
enum Directions {