summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-18 22:25:06 +0200
committeraap <aap@papnet.eu>2020-05-18 22:25:06 +0200
commita8f4f74a7619e847cf98605767934a21d2373c23 (patch)
treea5b189d1d11d245fc13dac38a6945c240377b177 /src
parentfixes for braking and cloud rotation at high fps (diff)
downloadre3-a8f4f74a7619e847cf98605767934a21d2373c23.tar
re3-a8f4f74a7619e847cf98605767934a21d2373c23.tar.gz
re3-a8f4f74a7619e847cf98605767934a21d2373c23.tar.bz2
re3-a8f4f74a7619e847cf98605767934a21d2373c23.tar.lz
re3-a8f4f74a7619e847cf98605767934a21d2373c23.tar.xz
re3-a8f4f74a7619e847cf98605767934a21d2373c23.tar.zst
re3-a8f4f74a7619e847cf98605767934a21d2373c23.zip
Diffstat (limited to 'src')
-rw-r--r--src/animation/AnimManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/AnimManager.cpp b/src/animation/AnimManager.cpp
index e37c0f8e..16207f54 100644
--- a/src/animation/AnimManager.cpp
+++ b/src/animation/AnimManager.cpp
@@ -926,7 +926,7 @@ const AnimAssocDefinition CAnimManager::ms_aAnimAssocDefinitions[NUM_ANIM_ASSOC_
{ "grenade", "grenade", MI_COP, awc(aThrowAnimations), aWeaponAnimDescs },
{ "flame", "flame", MI_COP, awc(aFlamethrowerAnimations), aWeaponAnimDescs },
{ "medic", "medic", MI_COP, awc(aMedicAnimations), aMedicAnimDescs },
- { "sunbathe", "sunbathe", MI_COP, awc(aSunbatheAnimations), aSunbatheAnimDescs },
+ { "sunbathe", "sunbathe", MI_COP, 1, aSunbatheAnimations, aSunbatheAnimDescs }, // NB: not using awc here!
{ "playidles", "playidles", MI_COP, awc(aPlayerIdleAnimations), aPlayerIdleAnimDescs },
{ "riot", "riot", MI_COP, awc(aRiotAnimations), aRiotAnimDescs },
{ "strip", "strip", MI_COP, awc(aStripAnimations), aStripAnimDescs },