<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40329 >

This patch sets default saveturns to 1.

IMO this should be done for all versions and branches.

See also PR#7036 which is actually more along the lines of what I want.

-jason

Index: common/game.h
===================================================================
--- common/game.h	(revision 14888)
+++ common/game.h	(working copy)
@@ -319,7 +319,7 @@
 #define GAME_DEFAULT_RULESETDIR      "default"
 
 #define GAME_DEFAULT_SAVE_NAME       "civgame"
-#define GAME_DEFAULT_SAVETURNS       10
+#define GAME_DEFAULT_SAVETURNS       1
 
 #define GAME_DEFAULT_SKILL_LEVEL 3      /* easy */
 #define GAME_OLD_DEFAULT_SKILL_LEVEL 5  /* normal; for old save games */
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to