- Fixed wrong x-location of IMP title texts

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6562 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2013-11-07 13:42:05 +00:00
parent c55cb02a6a
commit f7f07d4897
10 changed files with 31 additions and 30 deletions
+2 -1
View File
@@ -133,7 +133,7 @@ void InitializeImpRecordLengthList( void )
void PrintImpText( void )
{
INT16 sWidth = LAPTOP_SCREEN_LR_X - LAPTOP_SCREEN_UL_X + 1;
INT16 sWidth = (LAPTOP_SCREEN_LR_X - LAPTOP_SCREEN_UL_X + 1) + (2 * 111);
// looks at current page and prints text needed
switch( iCurrentImpPage )
@@ -167,6 +167,7 @@ void PrintImpText( void )
break;
case ( IMP_MAIN_PAGE ):
// title
LoadAndDisplayIMPText( LAPTOP_SCREEN_UL_X - 111, LAPTOP_SCREEN_WEB_UL_Y + 19, sWidth, IMP_MAIN_1, FONT14ARIAL, FONT_WHITE, TRUE, CENTER_JUSTIFIED);
// set up for IMP text for title box area