aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/enums.h')
-rw-r--r--engines/avalanche/enums.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/avalanche/enums.h b/engines/avalanche/enums.h
index 155c9ac060..604c62de84 100644
--- a/engines/avalanche/enums.h
+++ b/engines/avalanche/enums.h
@@ -124,6 +124,10 @@ enum ControlCharacter {
static const int16 kScreenWidth = 640;
static const int16 kScreenHeight = 200;
+static const int16 kWalk = 3;
+static const int16 kRun = 5;
+
+
} // End of namespace Avalanche
#endif // AVALANCHE_ENUMS_H