This commit is contained in:
Chris Danford
2005-03-01 18:45:04 +00:00
parent e9da9d82a1
commit 829130da13
+1 -1
View File
@@ -114,7 +114,7 @@ void ScreenSystemLayer::ReloadCreditsText()
CString ScreenSystemLayer::GetCreditsMessage( PlayerNumber pn ) const
{
if( CREDITS_JOIN_ONLY && !GAMESTATE->PlayersCanJoin() )
if( (bool)CREDITS_JOIN_ONLY && !GAMESTATE->PlayersCanJoin() )
return "";
bool bShowCreditsMessage;