summaryrefslogtreecommitdiffstats
path: root/src/core/AnimViewer.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-06-08 13:23:08 +0200
committeraap <aap@papnet.eu>2020-06-08 13:23:08 +0200
commitf8b4c0ee1d2b0a8bcbd3144735d98efce6e54607 (patch)
treee273d7ced45b6248861e9941464815886c7117aa /src/core/AnimViewer.cpp
parentcleaned up and updated animviewer; fixed animation bug (diff)
downloadre3-f8b4c0ee1d2b0a8bcbd3144735d98efce6e54607.tar
re3-f8b4c0ee1d2b0a8bcbd3144735d98efce6e54607.tar.gz
re3-f8b4c0ee1d2b0a8bcbd3144735d98efce6e54607.tar.bz2
re3-f8b4c0ee1d2b0a8bcbd3144735d98efce6e54607.tar.lz
re3-f8b4c0ee1d2b0a8bcbd3144735d98efce6e54607.tar.xz
re3-f8b4c0ee1d2b0a8bcbd3144735d98efce6e54607.tar.zst
re3-f8b4c0ee1d2b0a8bcbd3144735d98efce6e54607.zip
Diffstat (limited to '')
-rw-r--r--src/core/AnimViewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/AnimViewer.cpp b/src/core/AnimViewer.cpp
index f71f5f87..d39be754 100644
--- a/src/core/AnimViewer.cpp
+++ b/src/core/AnimViewer.cpp
@@ -214,7 +214,7 @@ void
CAnimViewer::Update(void)
{
static int modelId = 0;
- static int animId = 17; ////////////////////////////0;
+ static int animId = 0;
// Please don't make this bool, static bool's are problematic on my side.
static int reloadIFP = 0;