mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user