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:
@@ -614,7 +614,7 @@ DrawCargo (COUNT redraw_state)
|
|||||||
BUILD_COLOR (MAKE_RGB15 (15, 0x00, 25), 0x00),
|
BUILD_COLOR (MAKE_RGB15 (15, 0x00, 25), 0x00),
|
||||||
};
|
};
|
||||||
|
|
||||||
r.extent.width = 20;
|
r.extent.width = 23;
|
||||||
r.extent.height = SHIP_NAME_HEIGHT;
|
r.extent.height = SHIP_NAME_HEIGHT;
|
||||||
SetContextFont (StarConFont);
|
SetContextFont (StarConFont);
|
||||||
t.baseline.x = 33;
|
t.baseline.x = 33;
|
||||||
|
|||||||
Reference in New Issue
Block a user