aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/msn_def.h
diff options
context:
space:
mode:
authorJoseph-Eugene Winzer2017-08-20 21:59:08 +0200
committerThierry Crozat2018-01-23 01:33:25 +0000
commitb0c108ff60930a5b07f134528e058523f7acffba (patch)
treef8fd3c0f4a828ab9a24db8d3f9fbbb04a6ca0d70 /engines/supernova/msn_def.h
parent29b7b91a5916b6adc11c813e95730a0feba26adb (diff)
downloadscummvm-rg350-b0c108ff60930a5b07f134528e058523f7acffba.tar.gz
scummvm-rg350-b0c108ff60930a5b07f134528e058523f7acffba.tar.bz2
scummvm-rg350-b0c108ff60930a5b07f134528e058523f7acffba.zip
SUPERNOVA: Adds ticks to msec conversion constant
Diffstat (limited to 'engines/supernova/msn_def.h')
-rw-r--r--engines/supernova/msn_def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/supernova/msn_def.h b/engines/supernova/msn_def.h
index f38bbd2b80..7c596a2db4 100644
--- a/engines/supernova/msn_def.h
+++ b/engines/supernova/msn_def.h
@@ -28,6 +28,7 @@ namespace Supernova {
const int kScreenWidth = 320;
const int kScreenHeight = 200;
const int kTextSpeed[] = {19, 14, 10, 7, 4};
+const int kMsecPerTick = 55;
const int kMaxSection = 40;
const int kMaxSectionZus = 50;