share/hedgewars/Data/Maps/Control/map.lua
changeset 15135 13e7d4eccb67
parent 15134 a41b8b154f74
--- a/share/hedgewars/Data/Maps/Control/map.lua	Fri Jun 07 15:08:06 2019 +0200
+++ b/share/hedgewars/Data/Maps/Control/map.lua	Fri Jun 07 15:09:42 2019 +0200
@@ -334,7 +334,7 @@
 		end
 	end
 
-	for h=1, numhhs do
+	for h=0, numhhs-1 do
 		-- Tardis screws up the game too much, teams might not get killed correctly after victory
 		-- if a hog is still in time-travel.
 		-- This could be fixed, removing the Tardis is just a simple and lazy fix.