mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 16:20:33 +00:00
Footsteps
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
This commit is contained in:
parent
9f07569bd6
commit
7ab2ba9399
7 changed files with 166 additions and 23 deletions
|
@ -13,7 +13,7 @@ enum {
|
|||
ASSOC_PARTIAL = 0x10,
|
||||
ASSOC_MOVEMENT = 0x20, // ???
|
||||
ASSOC_HAS_TRANSLATION = 0x40,
|
||||
ASSOC_FLAG80 = 0x80,
|
||||
ASSOC_FLAG80 = 0x80, // walking and running have it
|
||||
ASSOC_FLAG100 = 0x100,
|
||||
ASSOC_FLAG200 = 0x200,
|
||||
ASSOC_FLAG400 = 0x400, // not seen yet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue