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
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

+1
View File
@@ -64,6 +64,7 @@ Background::Background()
bool bOneOrMoreChars = false; bool bOneOrMoreChars = false;
for( int p=0; p<NUM_PLAYERS; p++ ) for( int p=0; p<NUM_PLAYERS; p++ )
if( GAMESTATE->IsPlayerEnabled(p) )
bOneOrMoreChars = true; bOneOrMoreChars = true;
if( bOneOrMoreChars ) if( bOneOrMoreChars )
m_pDancingCharacters = new DancingCharacters; m_pDancingCharacters = new DancingCharacters;