From 0527d0a58551ca35b75d3a613116d6609eb1d0f1 Mon Sep 17 00:00:00 2001 From: ChrisL Date: Wed, 7 May 2008 16:06:23 +0000 Subject: [PATCH] Minor update so that sector A9 will be the default map when a major version update has completed. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2111 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Editor/Sector Summary.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Editor/Sector Summary.cpp b/Editor/Sector Summary.cpp index f50a53eac..4811c5f5e 100644 --- a/Editor/Sector Summary.cpp +++ b/Editor/Sector Summary.cpp @@ -2907,7 +2907,7 @@ void ApologizeOverrideAndForceUpdateEverything() } // ADB: The call to EvaluateWorld does not use the .dat extension - EvaluateWorld( "p3_m", 0 ); + EvaluateWorld( "A9", 0 ); RemoveProgressBar( 2 ); gfUpdatingNow = FALSE; @@ -3160,3 +3160,4 @@ void ClearSummaryInfo() +