missing graphics

This commit is contained in:
Chris Danford
2003-06-28 01:28:18 +00:00
parent 20eabca2d8
commit 31c0f631d3
7 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ Background::Background()
bool bOneOrMoreChars = false;
for( int p=0; p<NUM_PLAYERS; p++ )
bOneOrMoreChars = true;
if( GAMESTATE->IsPlayerEnabled(p) )
bOneOrMoreChars = true;
if( bOneOrMoreChars )
m_pDancingCharacters = new DancingCharacters;
else