From 2e665d8b8f8bdb08dc0ad746e57a1f18d7a52a46 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Wed, 3 Sep 2003 15:57:54 +0000 Subject: [PATCH] Fix for #461 part one, from Paxtez git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1191 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/shipyard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/src/sc2code/shipyard.c b/sc2/src/sc2code/shipyard.c index e273ceac0..942c8d517 100644 --- a/sc2/src/sc2code/shipyard.c +++ b/sc2/src/sc2code/shipyard.c @@ -832,6 +832,7 @@ DoModifyShips (PMENU_STATE pMS) FreeStarShip (&GLOBAL (built_ship_q), hStarShip); // refresh SIS display DeltaSISGauges (UNDEFINED_DELTA, UNDEFINED_DELTA, UNDEFINED_DELTA); + DrawStatusMessage ((UNICODE *)~0); r.corner.x = pMS->flash_rect0.corner.x; r.corner.y = pMS->flash_rect0.corner.y; r.extent.width = SHIP_WIN_WIDTH;