More backdrops by Terminator.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1870 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2007-06-17 00:29:34 +00:00
parent b7efd162b2
commit 96609e273b
4 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 766 KiB

After

Width:  |  Height:  |  Size: 766 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 KiB

View File

@ -490,7 +490,7 @@ void pie_LoadBackDrop(SCREENTYPE screenType)
if ( rand()%2 == 0 )
sprintf(backd,"texpages/bdrops/0%i-bdrop.png", rand()%7); // Range: 0-6
else
sprintf(backd,"texpages/bdrops/wzlogo_%i.png", rand()%3 + 3); // Range: 3-5
sprintf(backd,"texpages/bdrops/wzlogo_%i.png", rand()%5); // Range: 0-4
break;
case SCREEN_MISSIONEND:
sprintf(backd,"texpages/bdrops/missionend.png");