(svn r2944) Add Revision keyword to the file for --version/-v

This commit is contained in:
Darkvater
2005-09-11 18:20:32 +00:00
parent c5db106a11
commit 7f31471240
2 changed files with 1 additions and 2 deletions

View File

@@ -1430,7 +1430,6 @@ SaveOrLoadResult SaveOrLoad(const char *filename, int mode)
SlSaveChunks();
SlWriteFill(); // flush the save buffer
/* Write to file */
if (_network_server ||
(save_thread = OTTDCreateThread(&SaveFileToDisk, (void*)"")) == NULL) {
DEBUG(misc, 1) ("cannot create savegame thread, reverting to single-threaded mode...");