diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-09-17 12:09:53 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-09-17 12:09:53 +0200 |
| commit | e8639051babd5a27745284f41fb60650bd08a976 (patch) | |
| tree | a8bcfe00b686d1914a862e845cc13de8bbf6b4f1 /include | |
| parent | 098e61f0e7b33772974460932af8061d16d149d3 (diff) | |
Labeled PlayerState and PlayerAction stuff
Diffstat (limited to 'include')
| -rw-r--r-- | include/player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/player.h b/include/player.h index 147ec5cb..15197f98 100644 --- a/include/player.h +++ b/include/player.h @@ -125,6 +125,8 @@ typedef enum { PL_SWORD_THRUST = 0x8000000, PL_USE_OCARINA = 0x10000000, PL_CLIMBING = 0x20000000, + PL_FLAGS40000000 = 0x40000000, + PL_FLAGS80000000 = 0x80000000, } PlayerFlags; enum PlayerItemId { |
