RUs properly cleared in savegame display (#463, Paxtez, chmmravatar)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1194 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-09-04 21:32:06 +00:00
parent 3956a0c587
commit 0e8e94bcd1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -865,7 +865,7 @@ ShowSummary (SUMMARY_DESC *pSD)
wsprintf (buf, "%lu", GLOBAL_SIS (ResUnits));
t.baseline.y = 102;
r.extent.width = 30;
r.extent.width = 76;
r.extent.height = SHIP_NAME_HEIGHT;
r.corner.x = t.baseline.x - (r.extent.width >> 1);
r.corner.y = t.baseline.y - SHIP_NAME_HEIGHT + 1;