Fixes #75 -- Load/save screen leaves characters if more than 1000 units

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@723 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2003-02-10 07:25:53 +00:00
parent 9dc34826bd
commit 7f7a02389d
+1 -1
View File
@@ -614,7 +614,7 @@ DrawCargo (COUNT redraw_state)
BUILD_COLOR (MAKE_RGB15 (15, 0x00, 25), 0x00),
};
r.extent.width = 20;
r.extent.width = 23;
r.extent.height = SHIP_NAME_HEIGHT;
SetContextFont (StarConFont);
t.baseline.x = 33;