Browse Source

Update Source/gmenu.cpp

pull/109/head
Anders Jenbo 7 years ago
parent
commit
6733cb1b2e
  1. 2
      Source/gmenu.cpp

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

Loading…
Cancel
Save