footstep and impact enum extension support

Removes hardcoded case statements in favor of an offset-driven approach.
This commit is contained in:
Azaezel 2016-01-11 22:23:13 -06:00
parent c44d827c41
commit 62506214d0
2 changed files with 7 additions and 47 deletions

View file

@ -196,7 +196,8 @@ struct PlayerData: public ShapeBaseData {
FootBubbles,
MoveBubbles,
WaterBreath,
ImpactSoft,
ImpactStart,
ImpactSoft = ImpactStart,
ImpactHard,
ImpactMetal,
ImpactSnow,