diff options
author | aap <aap@papnet.eu> | 2020-05-09 19:29:31 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-09 19:29:31 +0200 |
commit | c020992e4d66c946f8f3e2fd3d16ed7423e4365f (patch) | |
tree | 5dba8d5055a3de313035a0f400bad309284880df /src/animation | |
parent | accidentally swapped reft and light (diff) | |
download | re3-c020992e4d66c946f8f3e2fd3d16ed7423e4365f.tar re3-c020992e4d66c946f8f3e2fd3d16ed7423e4365f.tar.gz re3-c020992e4d66c946f8f3e2fd3d16ed7423e4365f.tar.bz2 re3-c020992e4d66c946f8f3e2fd3d16ed7423e4365f.tar.lz re3-c020992e4d66c946f8f3e2fd3d16ed7423e4365f.tar.xz re3-c020992e4d66c946f8f3e2fd3d16ed7423e4365f.tar.zst re3-c020992e4d66c946f8f3e2fd3d16ed7423e4365f.zip |
Diffstat (limited to 'src/animation')
-rw-r--r-- | src/animation/AnimManager.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/animation/AnimManager.cpp b/src/animation/AnimManager.cpp index f6d934be..c31d7a5b 100644 --- a/src/animation/AnimManager.cpp +++ b/src/animation/AnimManager.cpp @@ -825,8 +825,7 @@ CAnimManager::BlendAnimation(RpClump *clump, AssocGroupId groupId, AnimationId a void CAnimManager::LoadAnimFiles(void) { -// LoadAnimFile("ANIM\\PED.IFP"); - LoadAnimFile("ANIM\\PED_MIAMI.IFP"); + LoadAnimFile("ANIM\\PED.IFP"); ms_aAnimAssocGroups = new CAnimBlendAssocGroup[NUM_ANIM_ASSOC_GROUPS]; CreateAnimAssocGroups(); } |