summaryrefslogtreecommitdiff
path: root/src/gfx_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx_type.h')
-rw-r--r--src/gfx_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gfx_type.h b/src/gfx_type.h
index 8c4bf918f..b1ee21172 100644
--- a/src/gfx_type.h
+++ b/src/gfx_type.h
@@ -259,4 +259,7 @@ enum SpriteType {
ST_INVALID = 4, ///< Pseudosprite or other unusable sprite, used only internally
};
+/** The number of milliseconds per game tick. */
+static const uint MILLISECONDS_PER_TICK = 30;
+
#endif /* GFX_TYPE_H */