- 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:
Wanne
2013-10-08 16:08:50 +00:00
parent 48ceea04ee
commit c14e76622a
13 changed files with 158 additions and 150 deletions
+4
View File
@@ -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;
}