From: <Mee...@us...> - 2012-01-28 21:10:47
|
Revision: 3756 http://sc2.svn.sourceforge.net/sc2/?rev=3756&view=rev Author: Meep-Eep Date: 2012-01-28 21:10:41 +0000 (Sat, 28 Jan 2012) Log Message: ----------- Ships to buy didn't flash in the shipyard in PC menu mode. Modified Paths: -------------- trunk/sc2/src/uqm/shipyard.c Modified: trunk/sc2/src/uqm/shipyard.c =================================================================== --- trunk/sc2/src/uqm/shipyard.c 2012-01-28 19:47:22 UTC (rev 3755) +++ trunk/sc2/src/uqm/shipyard.c 2012-01-28 21:10:41 UTC (rev 3756) @@ -647,7 +647,7 @@ 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, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |