# HG changeset patch # User Wuzzy # Date 1558197077 -7200 # Node ID 1b3d788e73504eff78fb5ec245762e837726aa24 # Parent 2bf7b1ba12fe11addd1910b80c632cea98ea069d Control (style): Fix scoring breakage after extra time for real diff -r 2bf7b1ba12fe -r 1b3d788e7350 share/hedgewars/Data/Maps/Control/map.lua --- a/share/hedgewars/Data/Maps/Control/map.lua Sat May 18 18:22:14 2019 +0200 +++ b/share/hedgewars/Data/Maps/Control/map.lua Sat May 18 18:31:17 2019 +0200 @@ -454,7 +454,7 @@ function onHogAttack(ammoType) -- Update TimeCounter after using extra time - if ammoTime == amExtraTime then + if ammoType == amExtraTime then if (TimeCounter == 0) and (TurnTimeLeft > 0) then TimeCounter = TurnTimeLeft end