(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:
rubidium
2011-08-24 12:11:10 +00:00
parent fde0b4ce14
commit 9fe4b959ac
6 changed files with 20 additions and 7 deletions

View File

@@ -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. */