diff -r 4e81670e52aa -r 835fd7a0e1bf hedgewars/uStore.pas --- 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);