mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
* Add Fierce Deity anchored backwalk enhancement * adjust ztarget hook to clamp speed instead of modifying animation frame logic --------- Co-authored-by: Archez <archez39@me.com>
7 lines
134 B
C
7 lines
134 B
C
#ifndef ENHANCEMENTS_FIXES_H
|
|
#define ENHANCEMENTS_FIXES_H
|
|
|
|
void RegisterFierceDeityZTargetMovement();
|
|
|
|
#endif // ENHANCEMENTS_FIXES_H
|