diff options
author | aap <aap@papnet.eu> | 2020-06-08 13:23:08 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-06-08 13:23:08 +0200 |
commit | f8b4c0ee1d2b0a8bcbd3144735d98efce6e54607 (patch) | |
tree | e273d7ced45b6248861e9941464815886c7117aa /src/core | |
parent | cleaned up and updated animviewer; fixed animation bug (diff) | |
download | re3-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 'src/core')
-rw-r--r-- | src/core/AnimViewer.cpp | 2 |
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; |