hedgewars/uStore.pas
changeset 4241 835fd7a0e1bf
parent 4222 e0de341a75ab
child 4279 b697a26ed538
--- a/hedgewars/uStore.pas	Thu Nov 11 10:51:38 2010 -0500
+++ b/hedgewars/uStore.pas	Thu Nov 11 11:04:24 2010 -0500
@@ -1545,7 +1545,7 @@
     extra:= trmsg[sidNotYetAvailable];
     extracolor:= LongInt($ffc77070);
     end
-else if (Ammoz[atype].Ammo.Propz and ammoprop_NoRoundEndHint) <> 0 then // weapon or utility won't end your turn
+else if (Ammoz[atype].Ammo.Propz and ammoprop_NoRoundEnd) <> 0 then // weapon or utility won't end your turn
     begin
     extra:= trmsg[sidNoEndTurn];
     extracolor:= LongInt($ff70c770);