mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
- Fixed Tixa & Orta location not shown on NPC quote trigger (by Buggler)
- Fixed Merc Formation text positioning and other minor text tweaks in option screen (by Buggler) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6474 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -5622,6 +5622,8 @@ void SetTixaAsFound( void )
|
||||
{
|
||||
// set the town of Tixa as found by the player
|
||||
fFoundTixa = TRUE;
|
||||
gfHiddenTown[ TIXA ] = TRUE;
|
||||
gfDrawHiddenTown[ TIXA ] = TRUE;
|
||||
fMapPanelDirty = TRUE;
|
||||
}
|
||||
|
||||
@@ -5629,6 +5631,8 @@ void SetOrtaAsFound( void )
|
||||
{
|
||||
// set the town of Orta as found by the player
|
||||
fFoundOrta = TRUE;
|
||||
gfHiddenTown[ ORTA ] = TRUE;
|
||||
gfDrawHiddenTown[ ORTA ] = TRUE;
|
||||
fMapPanelDirty = TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -7827,7 +7827,8 @@ void GetMapKeyboardInput( UINT32 *puiNewEvent )
|
||||
|
||||
for( iCounter2 = 1; iCounter2 < NUM_TOWNS; iCounter2++ )
|
||||
{
|
||||
gfHiddenTown [ iCounter2 ] = TRUE;
|
||||
gfHiddenTown [ iCounter2 ] = TRUE;
|
||||
gfDrawHiddenTown[ iCounter2 ] = TRUE;
|
||||
}
|
||||
|
||||
fMapPanelDirty = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user