diff options
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; |