(svn r22818) -Fix [FS#4742] (r22796, rlongago): don't spawn threads for world generation and NewGRF scanning when using the dedicated or null video driver regardless of the used blitter
This commit is contained in:
@@ -32,6 +32,7 @@ public:
|
||||
|
||||
/* virtual */ bool ToggleFullscreen(bool fullscreen);
|
||||
/* virtual */ const char *GetName() const { return "null"; }
|
||||
/* virtual */ bool HasGUI() const { return false; }
|
||||
};
|
||||
|
||||
/** Factory the null video driver. */
|
||||
|
Reference in New Issue
Block a user