aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/game.h')
-rw-r--r--engines/hugo/game.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/hugo/game.h b/engines/hugo/game.h
index 3c88c4cafa..b0bfe82e0b 100644
--- a/engines/hugo/game.h
+++ b/engines/hugo/game.h
@@ -56,7 +56,6 @@ namespace Hugo {
// Game specific equates
#define MAX_TUNES 16 // Max number of tunes
-#define NORMAL_TPS 9 // Number of ticks (frames) per second
#define TURBO_TPS 16 // This many in turbo mode
#define DX 5 // Num pixels moved in x by HERO per step
#define DY 4 // Num pixels moved in y by HERO per step
@@ -99,9 +98,6 @@ namespace Hugo {
#define DROP 4
#define LOOK_S 8 // Description depends on state of object
-// Macros:
-#define TPS ((_config.turboFl) ? TURBO_TPS : NORMAL_TPS)
-
#define NUM_COLORS 16 // Num colors to save in palette
#define MAX_UIFS 32 // Max possible uif items in hdr
#define NUM_FONTS 3 // Number of dib fonts