From 6f050cc7bdb41eb75c8f072e08f5b67e381d6431 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Mon, 10 Apr 2006 20:46:48 +0000 Subject: [PATCH] Keep cheaters satisfied. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2307 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/load.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sc2/src/sc2code/load.c b/sc2/src/sc2code/load.c index c94e4890f..ea3ffebbb 100644 --- a/sc2/src/sc2code/load.c +++ b/sc2/src/sc2code/load.c @@ -169,7 +169,8 @@ LoadGame (COUNT which_game, SUMMARY_DESC *summary_desc) if (summary_desc->year_index < START_YEAR || summary_desc->year_index >= START_YEAR + YEARS_TO_KOHRAH_VICTORY + 1 /* Utwig intervention */ + - 1 /* time to destroy all races, plenty */) + 1 /* time to destroy all races, plenty */ + + 25 /* for cheaters */) { fprintf (stderr, "Warning: Savegame corrupt or from an " "an incompatible platform.\n");