change BGALayer to use Actor's map of commands

add "applydefaultoptions" command
clean up CoinMode and Premium enums
This commit is contained in:
Chris Danford
2005-01-04 10:51:25 +00:00
parent 5e31b8af60
commit 57e02f2b75
13 changed files with 88 additions and 49 deletions
+1 -4
View File
@@ -478,14 +478,11 @@ bool ScreenSelectMaster::ChangeSelection( PlayerNumber pn, int iNewChoice )
{
const int iOldChoice = m_iChoice[p];
if( !bMoveAll && p!=pn )
continue; // skip
/* Set the new m_iChoice even for disabled players, since a player might
* join on a SHARED_PREVIEW_AND_CURSOR after the cursor has been moved. */
m_iChoice[p] = iNewChoice;
if( !GAMESTATE->IsHumanPlayer(p) )
if( p!=pn )
continue; // skip
if( SHARED_PREVIEW_AND_CURSOR )