Fix typo
authorWuzzy <Wuzzy2@mail.ru>
Mon, 06 Jul 2020 12:46:22 +0200
changeset 15687 326b024a24e3
parent 15686 034955e721a1
child 15688 31ca6451056a
Fix typo
hedgewars/uAIAmmoTests.pas
--- a/hedgewars/uAIAmmoTests.pas	Mon Jul 06 11:10:27 2020 +0200
+++ b/hedgewars/uAIAmmoTests.pas	Mon Jul 06 12:46:22 2020 +0200
@@ -1517,7 +1517,7 @@
     ap.Power:= max(16 * heal - 16, 10);
 
 // Time limit
-ap.Power:= min(ap.Power, 5000)
+ap.Power:= min(ap.Power, 5000);
 
 ap.Angle:= 0;