Fix unintended replacements from when animation was renamed to chr_do_animation

This commit is contained in:
Ryan Dwyer
2020-02-02 23:45:05 +10:00
parent b12c48d620
commit d0160628bf
16 changed files with 509 additions and 509 deletions
+2 -2
View File
@@ -38,8 +38,8 @@
0x09000000 | unk1, \
0,
#define gunscript_playanimation(chr_do_animation, direction, speed) \
0x0a000000 | chr_do_animation, \
#define gunscript_playanimation(animation, direction, speed) \
0x0a000000 | animation, \
(direction << 16) | speed,
#define gunscript_setsoundspeed(keyframe, speed) \