1
0
mirror of https://github.com/td512/re3.git synced 2026-03-01 07:53:57 +00:00
This commit is contained in:
aap
2020-06-08 13:23:08 +02:00
parent d5515c9d0e
commit f8b4c0ee1d

View File

@@ -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;