Codechange: be consistent in what CheckPaletteAnim() does and when it is called
Additionally, make sure this is a class method. Later commits will make use of this.
This commit is contained in:

committed by
Patric Stout

parent
790fa7102e
commit
ec1dd0bf61
@@ -1201,7 +1201,6 @@ void VideoDriver_Win32::MainLoop()
|
||||
|
||||
_wnd.running = true;
|
||||
|
||||
CheckPaletteAnim();
|
||||
for (;;) {
|
||||
InteractiveRandom(); // randomness
|
||||
|
||||
|
Reference in New Issue
Block a user