diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index d09af19cea8922c78f62738a4557aefb843ef361..7b365de22ef64d6e378bb418536b74a5cc09560b 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -2700,6 +2700,13 @@ Setting missing global variables:
 	<<set $deltaDemand = 0>>
 <</if>>
 
+<<if ndef $econWeatherDamage>>
+	<<set $econWeatherDamage = 0>>
+<</if>>
+<<if ndef $disasterResponse>>
+	<<set $disasterResponse = 0>>
+<</if>>
+
 Done!
 
 <br><br>
@@ -3495,12 +3502,3 @@ Done!
 <<if $releaseID < 1031>>
 	<<set $releaseID = 1031>>
 <</if>>
-
-<<if $difficultySwitch == 1>>
-	<<if ndef $econWeatherDamage>>
-		<<set $econWeatherDamage = 0>>
-	<</if>>
-	<<if ndef $disasterResponse>>
-		<<set $disasterResponse = 0>>
-	<</if>>
-<</if>>