diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-10 19:19:09 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-10 19:19:09 -0300 |
| commit | 81a5d53bc566fe2c678577cb3f3e5cadd0711753 (patch) | |
| tree | 6423174670804c4ff6660753c9eb826527df2b97 /src/enums.hh | |
| parent | 699341773dda3ae14a5025b9285bdd05c99bc234 (diff) | |
| download | game-81a5d53bc566fe2c678577cb3f3e5cadd0711753.tar.gz game-81a5d53bc566fe2c678577cb3f3e5cadd0711753.zip | |
finish `info.cc`
Diffstat (limited to 'src/enums.hh')
| -rw-r--r-- | src/enums.hh | 2 |
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, |
