fix subtle bugs that caused inaccurate judgment totals with AI player
This commit is contained in:
@@ -114,7 +114,7 @@ void Screen::Input( const DeviceInput& DeviceI, const InputEventType type, const
|
||||
if( !MenuI.IsValid() )
|
||||
return;
|
||||
|
||||
if( !GAMESTATE->IsPlayerEnabled(MenuI.player) )
|
||||
if( !GAMESTATE->IsHumanPlayer(MenuI.player) )
|
||||
return;
|
||||
|
||||
switch( MenuI.button )
|
||||
|
||||
Reference in New Issue
Block a user