fix VC6
This commit is contained in:
@@ -114,7 +114,7 @@ void ScreenSystemLayer::ReloadCreditsText()
|
|||||||
|
|
||||||
CString ScreenSystemLayer::GetCreditsMessage( PlayerNumber pn ) const
|
CString ScreenSystemLayer::GetCreditsMessage( PlayerNumber pn ) const
|
||||||
{
|
{
|
||||||
if( CREDITS_JOIN_ONLY && !GAMESTATE->PlayersCanJoin() )
|
if( (bool)CREDITS_JOIN_ONLY && !GAMESTATE->PlayersCanJoin() )
|
||||||
return "";
|
return "";
|
||||||
|
|
||||||
bool bShowCreditsMessage;
|
bool bShowCreditsMessage;
|
||||||
|
|||||||
Reference in New Issue
Block a user