diff options
author | Strangerke | 2017-10-15 03:31:23 +0200 |
---|---|---|
committer | Thierry Crozat | 2018-01-23 02:15:34 +0000 |
commit | 46bdb304dd35035e42a81b371f222fc050c51896 (patch) | |
tree | 25998a4baea1925c3bf7dae72d8ddf0f6d46a3b4 /engines | |
parent | 9bf0a656a6b22cb1228277586164e105a13a8df8 (diff) | |
download | scummvm-rg350-46bdb304dd35035e42a81b371f222fc050c51896.tar.gz scummvm-rg350-46bdb304dd35035e42a81b371f222fc050c51896.tar.bz2 scummvm-rg350-46bdb304dd35035e42a81b371f222fc050c51896.zip |
SUPERNOVA: Remove useless defines
Diffstat (limited to 'engines')
-rw-r--r-- | engines/supernova/msn_def.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/supernova/msn_def.h b/engines/supernova/msn_def.h index 3cd7dd2753..93755fe907 100644 --- a/engines/supernova/msn_def.h +++ b/engines/supernova/msn_def.h @@ -33,8 +33,6 @@ const int kTextSpeed[] = {19, 14, 10, 7, 4}; const int kMsecPerTick = 55; const int kMaxSection = 40; -const int kMaxSectionZus = 50; -const int kMaxClickfieldZus = 80; const int kMaxObject = 25; const int kMaxCarry = 30; |