Slightly improved loading times.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7394 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2014-08-17 18:55:00 +00:00
parent 5cfda83df4
commit ce3369f72e
4 changed files with 113 additions and 132 deletions
+1 -1
View File
@@ -6834,7 +6834,7 @@ void ShowDiseaseOnMap()
sYCorner = (INT16)(MAP_VIEW_START_Y + (sMapY * MAP_GRID_Y));
SetFontForeground( FONT_MCOLOR_WHITE );
swprintf( sString, L"%4.2f%%", 100 * pSectorInfo->fInfectionSeverity );
swprintf( sString, L"%4.1f%%", 100 * pSectorInfo->fInfectionSeverity );
FindFontCenterCoordinates( sXCorner, sYCorner, MAP_GRID_X, MAP_GRID_Y, sString, MapItemsFont, &usXPos, &usYPos );