From 291d7fd888dc5c6295256714287ae5d86fe1ef8e Mon Sep 17 00:00:00 2001 From: nukeykt Date: Thu, 14 Nov 2019 03:28:05 +0900 Subject: [PATCH] Fix procedural fire effect seed --- source/exhumed/src/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exhumed/src/menu.cpp b/source/exhumed/src/menu.cpp index de4767fff..267a032ce 100644 --- a/source/exhumed/src/menu.cpp +++ b/source/exhumed/src/menu.cpp @@ -308,7 +308,7 @@ void menu_DoPlasma() //uint32_t t = time(0) << 16; //uint32_t t2 = time(0) | t; - nRandom = (int)totalclock; + nRandom = timerGetTicksU64(); for (int i = 0; i < 5; i++) {