(svn r26538) -Codechange: remove double accounting of the drivers
This commit is contained in:
@@ -246,7 +246,7 @@ bool HandleBootstrap()
|
||||
new BootstrapAskForDownloadWindow();
|
||||
|
||||
/* Process the user events. */
|
||||
_video_driver->MainLoop();
|
||||
VideoDriver::GetInstance()->MainLoop();
|
||||
|
||||
/* _exit_game is used to get out of the video driver's main loop.
|
||||
* In case GM_BOOTSTRAP is still set we did not exit it via the
|
||||
|
Reference in New Issue
Block a user