- 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
+2 -1
View File
@@ -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;