missing graphics
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 829 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 711 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@@ -64,7 +64,8 @@ Background::Background()
|
|||||||
|
|
||||||
bool bOneOrMoreChars = false;
|
bool bOneOrMoreChars = false;
|
||||||
for( int p=0; p<NUM_PLAYERS; p++ )
|
for( int p=0; p<NUM_PLAYERS; p++ )
|
||||||
bOneOrMoreChars = true;
|
if( GAMESTATE->IsPlayerEnabled(p) )
|
||||||
|
bOneOrMoreChars = true;
|
||||||
if( bOneOrMoreChars )
|
if( bOneOrMoreChars )
|
||||||
m_pDancingCharacters = new DancingCharacters;
|
m_pDancingCharacters = new DancingCharacters;
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user