From 2b98099a34032e64d778c748fb4e38253cbe87a0 Mon Sep 17 00:00:00 2001 From: Wanne Date: Thu, 23 Aug 2012 23:33:26 +0000 Subject: [PATCH] - Now every executable (1.13, UB and Demo) uses the ja2.ini file to initialize the game git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5501 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- GameSettings.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/GameSettings.h b/GameSettings.h index c95794aa..17c3f68e 100644 --- a/GameSettings.h +++ b/GameSettings.h @@ -3,14 +3,7 @@ #include "Types.h" -#ifdef JA2UB - #define GAME_INI_FILE "Ja2_UB.ini" -#elif defined (JA113DEMO) - #define GAME_INI_FILE "Ja2_Demo.ini" -#else - #define GAME_INI_FILE "Ja2.ini" -#endif - +#define GAME_INI_FILE "Ja2.ini" //If you add any options, MAKE sure you add the corresponding string to the Options Screen string array. // look up : zOptionsScreenHelpText , zOptionsToggleText