mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user