mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Merged from revision: 7182
Fixes (by Buggler) - Show map gridno with hotkey 'F' in release build as well for more informative map-related bug reports - Fixed skipping of bloodcat battles using hotkey 'Esc' in prebattle interface when battle initiated at strategic screen git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7183 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -1074,7 +1074,7 @@ void HandleDialogue( )
|
||||
if( QItem->uiSpecialEventFlag & DIALOGUE_SPECIAL_EVENT_TRIGGERPREBATTLEINTERFACE )
|
||||
{
|
||||
UnLockPauseState();
|
||||
InitPreBattleInterface( (GROUP*)QItem->uiSpecialEventData, FALSE );
|
||||
InitPreBattleInterface( (GROUP*)QItem->uiSpecialEventData, TRUE );
|
||||
}
|
||||
if( QItem->uiSpecialEventFlag & DIALOGUE_ADD_EVENT_FOR_SOLDIER_UPDATE_BOX )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user