mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 09:09:09 +00:00
(svn r5943) -Merge TGP (part r5725): -Codechange: renamed Thread to OTTDThread, as Windows
(who else) uses Thread in winbase.h, and starts complaining if you define it otherwise (with weird, undefined errors) (tnx Arnau and Rubidium)
This commit is contained in:
@@ -1392,7 +1392,7 @@ void SaveFileError(void)
|
||||
SaveFileDone();
|
||||
}
|
||||
|
||||
static Thread* save_thread;
|
||||
static OTTDThread* save_thread;
|
||||
|
||||
/** We have written the whole game into memory, _save_pool, now find
|
||||
* and appropiate compressor and start writing to file.
|
||||
|
Reference in New Issue
Block a user