From a04e548846c8b7c365b9881b87ccf780855d51c5 Mon Sep 17 00:00:00 2001 From: Wanne Date: Sun, 25 Feb 2007 14:42:38 +0000 Subject: [PATCH] New build (742) - fixed some crashes when loading 4xx built savegames. - Added new, optional JA2.INI parameter to select windowed mode instead of Fullscreen (SCREEN_MODE_WINDOWED) - tactical militia command: stopped merc from moving to militia in combat if he doesn't have a headset (radio) - updated credits screen to the 1.13 Credits - translated "low cpu usage" option text for german version - improved existing "escorting kulbas" bugfix git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@712 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Ja2.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gamedir/Ja2.ini b/gamedir/Ja2.ini index 4dbc8a96b..88d6dd7d6 100644 --- a/gamedir/Ja2.ini +++ b/gamedir/Ja2.ini @@ -38,5 +38,13 @@ SCREEN_RESOLUTION = 1 EDITOR_SCREEN_RESOLUTION = 1 +;****************************************************************************************************************************** +; Select windowed or full screen mode? +; 0 ... Full Screen +; 1 ... Windowed Mode +;****************************************************************************************************************************** + +SCREEN_MODE_WINDOWED = 0 +