Racer: Force-enable solid land
Otherwise, the land could degrade after each round, making the game progressively easier for later players
--- a/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Mon Oct 28 18:52:11 2019 +0100
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Mon Oct 28 18:58:13 2019 +0100
@@ -613,7 +613,7 @@
----------------------------------
function onGameInit()
- EnableGameFlags(gfInfAttack)
+ EnableGameFlags(gfInfAttack, gfSolidLand)
-- Force-disable various game flags that would break the script
DisableGameFlags(gfKing, gfSwitchHog, gfAISurvival, gfPlaceHog, gfTagTeam)
CaseFreq = 0