equal
deleted
inserted
replaced
683 FollowGear:= Gear; |
683 FollowGear:= Gear; |
684 PrvInactive:= false; |
684 PrvInactive:= false; |
685 AllInactive:= false; |
685 AllInactive:= false; |
686 |
686 |
687 // Death message |
687 // Death message |
688 AddCaption(Format(GetEventString(eidDied), PHedgehog(Gear^.Hedgehog)^.Name), $FFFFFF, capgrpGameState); |
688 AddCaption(Format(GetEventString(eidDied), PHedgehog(Gear^.Hedgehog)^.Name), $FFFFFF, capgrpMessage); |
689 end; |
689 end; |
690 exit |
690 exit |
691 end; |
691 end; |
692 |
692 |
693 if ((Gear^.State and gstWait) = 0) and |
693 if ((Gear^.State and gstWait) = 0) and |