mirror of
https://github.com/JezuzLizard/Public-BO2-Mods.git
synced 2025-06-08 02:58:24 -05:00
fixed random settings not working
This commit is contained in:
parent
0d8c253a61
commit
5eb84dd9eb
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user