From 58132c235340ba31a22e4dff8f33c68b2fd20f52 Mon Sep 17 00:00:00 2001 From: pogokeen Date: Tue, 12 Jun 2018 20:28:02 +0000 Subject: [PATCH] anim.cpp: timerUpdate() before setting the start time of the animation so that delays outside of animation playback won't cause animations to skip git-svn-id: https://svn.eduke32.com/eduke32@6917 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/duke3d/src/anim.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/duke3d/src/anim.cpp b/source/duke3d/src/anim.cpp index 7cd84254b..c10fdee08 100644 --- a/source/duke3d/src/anim.cpp +++ b/source/duke3d/src/anim.cpp @@ -476,6 +476,7 @@ int32_t Anim_Play(const char *fn) gltexapplyprops(); #endif + timerUpdate(); ototalclock = totalclock; i = 1;