diff -r 5d66eace5b81 -r f146a3d71340 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Wed Apr 27 15:10:25 2016 -0400 +++ b/hedgewars/uGears.pas Wed Apr 27 23:14:47 2016 +0200 @@ -907,7 +907,7 @@ sprTargetBee, 0, lfBasic, $FFFFFFFF, false, false, false); Gear^.Y:= int2hwFloat(hwRound(Gear^.Y) - 16 - Gear^.Radius); Gear^.State:= Gear^.State and (not gsttmpFlag); - AddFileLog('Carved a hole for hog at coordinates (' + inttostr(hwRound(Gear^.X)) + ',' + inttostr(hwRound(Gear^.Y)) + ')') + AddFileLog('Placed flower for hog at coordinates (' + inttostr(hwRound(Gear^.X)) + ',' + inttostr(hwRound(Gear^.Y)) + ')') end;