From bf0d86fcf309e6a6f2955ac3a5194ac9a779928b Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 28 Jan 2012 21:10:41 +0000 Subject: [PATCH] Ships to buy didn't flash in the shipyard in PC menu mode. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3756 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/uqm/shipyard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/uqm/shipyard.c b/sc2/src/uqm/shipyard.c index 10c0a16ad..b609cabbc 100644 --- a/sc2/src/uqm/shipyard.c +++ b/sc2/src/uqm/shipyard.c @@ -647,7 +647,7 @@ DMS_SetMode (MENU_STATE *pMS, DMS_Mode mode) break; case DMS_Mode_addEscort: SetMenuSounds (MENU_SOUND_ARROWS, MENU_SOUND_SELECT); - SetFlashRect (SFR_MENU_3DO); + SetFlashRect (SFR_MENU_ANY); break; case DMS_Mode_editCrew: SetMenuSounds (MENU_SOUND_UP | MENU_SOUND_DOWN,