hedgewars/uGearsHedgehog.pas
branchtransitional_engine
changeset 15900 128ace913837
parent 15650 85d2afe34116
--- a/hedgewars/uGearsHedgehog.pas	Tue Dec 13 21:21:55 2022 +0100
+++ b/hedgewars/uGearsHedgehog.pas	Mon Jan 02 15:59:26 2023 +0100
@@ -29,7 +29,7 @@
 procedure HedgehogChAngle(HHGear: PGear);
 procedure PickUp(HH, Gear: PGear);
 procedure AddPickup(HH: THedgehog; ammo: TAmmoType; cnt, X, Y: LongWord);
-procedure CheckIce(Gear: PGear); inline;
+procedure CheckIce(Gear: PGear); 
 procedure PlayTaunt(taunt: Longword);
 function HHGetTimer(Gear: PGear): LongWord;
 function HHGetTimerMsg(Gear: PGear): LongWord;
@@ -1529,7 +1529,7 @@
 AllInactive:= false
 end;
 
-procedure CheckIce(Gear: PGear); inline;
+procedure CheckIce(Gear: PGear); 
 (*
 var x,y,tx,ty: LongInt;
     tdX, tdY, slope: hwFloat;