diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-06-05 22:13:31 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-06-05 22:13:34 +0200 |
commit | f045ce438696d2425b7a3058f12ee04098fb1597 (patch) | |
tree | 7e4d3faf3099e138aa408113624b6c4346497572 /src/animation/AnimationId.h | |
parent | fix (diff) | |
download | re3-f045ce438696d2425b7a3058f12ee04098fb1597.tar re3-f045ce438696d2425b7a3058f12ee04098fb1597.tar.gz re3-f045ce438696d2425b7a3058f12ee04098fb1597.tar.bz2 re3-f045ce438696d2425b7a3058f12ee04098fb1597.tar.lz re3-f045ce438696d2425b7a3058f12ee04098fb1597.tar.xz re3-f045ce438696d2425b7a3058f12ee04098fb1597.tar.zst re3-f045ce438696d2425b7a3058f12ee04098fb1597.zip |
Diffstat (limited to '')
-rw-r--r-- | src/animation/AnimationId.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/AnimationId.h b/src/animation/AnimationId.h index 18d31cae..9cf470e0 100644 --- a/src/animation/AnimationId.h +++ b/src/animation/AnimationId.h @@ -146,7 +146,7 @@ enum AnimationId ANIM_CAR_CRAWLOUT_RHS, ANIM_CAR_CRAWLOUT_RHS2, ANIM_CAR_ROLLOUT_LHS, - ANIM_CAR_ROLLOUT_RHS, // was this meant to be RHS? + ANIM_CAR_ROLLOUT_RHS, ANIM_GETUP1, ANIM_GETUP2, |