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

+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