DEADSOFTWARE

no more old mapreader: use textmap reader both for text and for binary maps
[d2df-sdl.git] / src / game / g_weapons.pas
index aa78ebd94e7ddae5fa7f224eada8b21f0cf3f79e..5d6a7848adf18b7b061505e667026823c8f13098 100644 (file)
@@ -2497,7 +2497,7 @@ procedure g_Weapon_Draw();
 var
   i: Integer;
   a: SmallInt;
-  p: TPoint;
+  p: TDFPoint;
 begin
   if Shots = nil then
     Exit;