changeset 2079 | f188ec7c450b |
parent 2046 | 57fb5673ff17 |
child 2110 | df2a1fe3617a |
--- a/hedgewars/CCHandlers.inc Tue May 19 22:48:27 2009 +0000 +++ b/hedgewars/CCHandlers.inc Wed May 20 16:35:27 2009 +0000 @@ -282,7 +282,7 @@ bShowFinger:= false; with CurrentHedgehog^.Gear^ do begin - {$IFDEF DEBUGFILE}AddFileLog('/+attack: Gear^.State = '+inttostr(State));{$ENDIF} + {$IFDEF DEBUGFILE}AddFileLog('/+attack: hedgehog''s Gear^.State = '+inttostr(State));{$ENDIF} if ((State and gstHHDriven) <> 0) then begin FollowGear:= CurrentHedgehog^.Gear;