aboutsummaryrefslogtreecommitdiff
path: root/tools/create_hugo/enums.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-11-04 12:29:06 +0000
committerArnaud Boutonné2010-11-04 12:29:06 +0000
commitbf787323ab235c08819771ef2886bf6fee6e2e34 (patch)
tree59171c79cbb09f711f2481bf58ac97d7d9c7d536 /tools/create_hugo/enums.h
parent224f93cf0e3629f32295f0d98d2c65c5102fdbe6 (diff)
downloadscummvm-rg350-bf787323ab235c08819771ef2886bf6fee6e2e34.tar.gz
scummvm-rg350-bf787323ab235c08819771ef2886bf6fee6e2e34.tar.bz2
scummvm-rg350-bf787323ab235c08819771ef2886bf6fee6e2e34.zip
TOOL: Fix ticks per seconds for H1 Dos
svn-id: r54063
Diffstat (limited to 'tools/create_hugo/enums.h')
-rw-r--r--tools/create_hugo/enums.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/create_hugo/enums.h b/tools/create_hugo/enums.h
index a526c99ca5..e10cbe19b0 100644
--- a/tools/create_hugo/enums.h
+++ b/tools/create_hugo/enums.h
@@ -1388,8 +1388,6 @@ enum action_t { // Parameters:
OLD_SONG = 49 // Added by Strangerke - Set currently playing sound, old way: that is, using a string index instead of a reference in a file
};
-#define NORMAL_TPS 9 // Number of ticks (frames) per second
-
// Enumerate object numbers. ALL objects must have an entry here in order.
enum objid_1w {
HERO = 0, DOOR1_1w, EYES1_1w, EYES2_1w, BAT_1w, PKIN_1w, KEY_1w, FENCE_1w, TREE1_1w,