DEADSOFTWARE

replaced some var args to constref args
[d2df-sdl.git] / src / game / g_triggers.pas
index 29ea42ee3ddf3b1702d8a0569a4a490600ee6672..8fb459082acf0a7267aadf2e46efa42c02775478 100644 (file)
@@ -648,7 +648,7 @@ begin
 
       dx := dx + Random(Data.ShotAccuracy) - Random(Data.ShotAccuracy);
       dy := dy + Random(Data.ShotAccuracy) - Random(Data.ShotAccuracy);
-      
+
       tr_SpawnShot(Data.ShotType, wx, wy, dx, dy, Data.ShotSound, TargetUID);
     end
     else