aboutsummaryrefslogtreecommitdiff
path: root/src/enums.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-10 19:19:09 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-10 19:19:09 -0300
commit81a5d53bc566fe2c678577cb3f3e5cadd0711753 (patch)
tree6423174670804c4ff6660753c9eb826527df2b97 /src/enums.hh
parent699341773dda3ae14a5025b9285bdd05c99bc234 (diff)
downloadgame-81a5d53bc566fe2c678577cb3f3e5cadd0711753.tar.gz
game-81a5d53bc566fe2c678577cb3f3e5cadd0711753.zip
finish `info.cc`
Diffstat (limited to 'src/enums.hh')
-rw-r--r--src/enums.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enums.hh b/src/enums.hh
index 5f7810c..940d19e 100644
--- a/src/enums.hh
+++ b/src/enums.hh
@@ -91,7 +91,7 @@ enum DamageType: int {
// NOTE(fusion): Not in debug symbols.
enum Direction: int {
- DIRECTION_INVALID = -1,
+ DIRECTION_NONE = -1,
DIRECTION_NORTH = 0,
DIRECTION_EAST = 1,
DIRECTION_SOUTH = 2,