Slightly altered militia resource display

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8274 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2016-07-16 22:13:53 +00:00
parent 57ec4e7fa1
commit 6acbd72c89
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -7853,7 +7853,7 @@ void DisplayMilitiaGroupBox()
FLOAT val_gun, val_armour, val_misc;
GetResources( val_gun, val_armour, val_misc );
SetFontForeground( FONT_BEIGE );
SetFontForeground( FONT_ORANGE );
swprintf( sString, szSMilitiaResourceText[1] );
mprintf( x, y, sString );
x += 5 + StringPixLength( sString, FONT12ARIAL );