WALKS_ON_WATER → SWIMMING

This commit is contained in:
Rangi
2018-05-23 19:10:15 -04:00
parent c85b32ed80
commit 50ea6d6e22
3 changed files with 6 additions and 6 deletions

View File

@@ -64,11 +64,11 @@ HIGH_PRIORITY EQU 1 << HIGH_PRIORITY_F
OVERHEAD EQU 1 << OVERHEAD_F
; object_struct OBJECT_PALETTE bit flags
WALK_ON_WATER_F EQU 5
SWIMMING_F EQU 5
STRENGTH_BOULDER_F EQU 6
BIG_OBJECT_F EQU 7
WALK_ON_WATER EQU 1 << WALK_ON_WATER_F
SWIMMING EQU 1 << SWIMMING_F
STRENGTH_BOULDER EQU 1 << STRENGTH_BOULDER_F
BIG_OBJECT EQU 1 << BIG_OBJECT_F