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