fixed random settings not working

This commit is contained in:
JezuzLizard 2020-03-20 18:38:47 -07:00 committed by GitHub
parent 0d8c253a61
commit 5eb84dd9eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,7 @@ gameSettings()
//map rotate feature overrides the normal restart if active //map rotate feature overrides the normal restart if active
level.map_rotate = true; level.map_rotate = true;
return level.random_game_settings;
} }
gameDelayFunctionsAndVars() gameDelayFunctionsAndVars()
@ -385,7 +386,7 @@ mapChange( startlocation )
randomizedSettings() randomizedSettings()
{ {
if ( !level.random_game_settings ) if ( !gameSettings() )
{ {
return; return;
} }