From 6733cb1b2e98526ea02b48677ffcb8b3c12d1167 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 6 May 2019 23:06:29 +0100 Subject: [PATCH] Update Source/gmenu.cpp --- Source/gmenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/gmenu.cpp b/Source/gmenu.cpp index 3055db853..c0182fe43 100644 --- a/Source/gmenu.cpp +++ b/Source/gmenu.cpp @@ -178,7 +178,7 @@ void gmenu_draw() } ticks = GetTickCount(); - if ((signed int)(ticks - PentSpin_tick) > 25) { + if ((int)(ticks - PentSpin_tick) > 25) { PentSpin_frame++; if (PentSpin_frame == 9) PentSpin_frame = 1;