Update to 1.11.0-RC1
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include "../stdafx.h"
|
||||
#include "../gfx_func.h"
|
||||
#include "../blitter/factory.hpp"
|
||||
#include "../window_func.h"
|
||||
#include "null_v.h"
|
||||
|
||||
#include "../safeguards.h"
|
||||
@@ -47,8 +48,9 @@ void VideoDriver_Null::MainLoop()
|
||||
uint i;
|
||||
|
||||
for (i = 0; i < this->ticks; i++) {
|
||||
GameLoop();
|
||||
UpdateWindows();
|
||||
::GameLoop();
|
||||
::InputLoop();
|
||||
::UpdateWindows();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user