Merged from revision: 2015

- Automatically return to team panel on turn end (better situation overview during enemy turn) (by anv)
  ja2_options.ini: AUTO_COLLAPSE_INVENTORY_ON_TURN_END

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2016 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2014-04-19 10:10:27 +00:00
parent ef54e5ebfd
commit 6dd2127613
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -1091,6 +1091,13 @@ SHOOT_UNSEEN_PENALTY = 100
; This saves AP if we decide to immediately continue moving to another location. ; This saves AP if we decide to immediately continue moving to another location.
NO_STANDING_ANIM_ADJUSTMENT_IN_COMBAT = TRUE NO_STANDING_ANIM_ADJUSTMENT_IN_COMBAT = TRUE
;------------------------------------------------------------------------------------------------------------------------------
; Default: TRUE
; Automatically close tactical inventory screen and return to team panel when Player ends his turn.
;------------------------------------------------------------------------------------------------------------------------------
AUTO_COLLAPSE_INVENTORY_ON_TURN_END = TRUE
;****************************************************************************************************************************** ;******************************************************************************************************************************
;****************************************************************************************************************************** ;******************************************************************************************************************************
+7
View File
@@ -1090,6 +1090,13 @@ SHOOT_UNSEEN_PENALTY = 100
; This saves AP if we decide to immediately continue moving to another location. ; This saves AP if we decide to immediately continue moving to another location.
NO_STANDING_ANIM_ADJUSTMENT_IN_COMBAT = FALSE NO_STANDING_ANIM_ADJUSTMENT_IN_COMBAT = FALSE
;------------------------------------------------------------------------------------------------------------------------------
; Default: TRUE
; Automatically close tactical inventory screen and return to team panel when Player ends his turn.
;------------------------------------------------------------------------------------------------------------------------------
AUTO_COLLAPSE_INVENTORY_ON_TURN_END = FALSE
;****************************************************************************************************************************** ;******************************************************************************************************************************
;****************************************************************************************************************************** ;******************************************************************************************************************************