We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af0aef commit a2c0500Copy full SHA for a2c0500
1 file changed
freespace2/freespace.cpp
@@ -1427,6 +1427,11 @@ void game_post_level_init()
1427
#endif
1428
1429
training_mission_init();
1430
+
1431
+ // the asteroids enabled variable can be set via sexp
1432
+ // so ensure it is resets to the default value before creating asteroids
1433
+ // --wookieejedi
1434
+ Asteroids_enabled = 1;
1435
asteroid_create_all();
1436
1437
// set ambient light for level
0 commit comments