(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 802edd7f0d
commit c5fa3848f6
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...");

View File

@ -1190,7 +1190,7 @@ int CDECL main(int argc, char* argv[])
int show_todo = 0;
if (argc > 1 && (!strcmp(argv[1], "-v") || !strcmp(argv[1], "--version"))) {
puts("$Revision: 2617 $");
puts("$Revision$");
return 0;
}