Put Torelli firestorm graphic in misc, to prevent it being added by AUTO.

This commit is contained in:
Steve 2016-06-01 09:31:56 +01:00
parent a578729307
commit f88c8dd156
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -154,7 +154,7 @@ void loadMission(char *filename)
}
battle.planetTexture = getTexture(planet);
battle.fireStormTexture = getTexture("gfx/planets/torelliFireStorm.png");
battle.fireStormTexture = getTexture("gfx/misc/torelliFireStorm.png");
battle.planet.x = (SCREEN_WIDTH / 2) - (rand() % SCREEN_WIDTH) + (rand() % SCREEN_WIDTH);
battle.planet.y = (SCREEN_HEIGHT / 2) - (rand() % SCREEN_HEIGHT) + (rand() % SCREEN_HEIGHT);