diff options
author | erorcun <erayorcunus@gmail.com> | 2020-06-03 16:06:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 16:06:07 +0200 |
commit | 1e2b087601747c5031f48badf016c768b032976e (patch) | |
tree | 4ad32e600c365326d721db8d3d6359e7b4d7f00d /src/animation/AnimationId.h | |
parent | get rid of III code (diff) | |
parent | Peds, eSound and PedState enum, fixes (diff) | |
download | re3-1e2b087601747c5031f48badf016c768b032976e.tar re3-1e2b087601747c5031f48badf016c768b032976e.tar.gz re3-1e2b087601747c5031f48badf016c768b032976e.tar.bz2 re3-1e2b087601747c5031f48badf016c768b032976e.tar.lz re3-1e2b087601747c5031f48badf016c768b032976e.tar.xz re3-1e2b087601747c5031f48badf016c768b032976e.tar.zst re3-1e2b087601747c5031f48badf016c768b032976e.zip |
Diffstat (limited to 'src/animation/AnimationId.h')
-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 a84aa3e8..18d31cae 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_LHS2, // was this meant to be RHS? + ANIM_CAR_ROLLOUT_RHS, // was this meant to be RHS? ANIM_GETUP1, ANIM_GETUP2, |