From 7f7a02389d30eac9c2dfe0c1305aa2952c474cd3 Mon Sep 17 00:00:00 2001 From: avolkov Date: Mon, 10 Feb 2003 07:25:53 +0000 Subject: [PATCH] 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 --- sc2/src/sc2code/gameopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/gameopt.c b/sc2/src/sc2code/gameopt.c index d5ec09eb4..03293ec03 100644 --- a/sc2/src/sc2code/gameopt.c +++ b/sc2/src/sc2code/gameopt.c @@ -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;