Browse Source

[fixed] missing killvar

julzor 5 years ago
parent
commit
4c1343e61b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      locations/gschool_randperson.qsrc

+ 1 - 0
locations/gschool_randperson.qsrc

@@ -223,6 +223,7 @@ if $ARGS[0] = 'couple_generator':
 	else
 		jump 'couple_jump'
 	end
+	killvar 'couple_rand'
 end
 
 --- gschool_randperson ---------------------------------