diff --git a/src/playsim/p_pspr.cpp b/src/playsim/p_pspr.cpp index b1f746192..97be2772c 100644 --- a/src/playsim/p_pspr.cpp +++ b/src/playsim/p_pspr.cpp @@ -977,9 +977,6 @@ DEFINE_ACTION_FUNCTION(AActor, BulletSlope) PARAM_SELF_PROLOGUE(AActor); PARAM_POINTER(t, FTranslatedLineTarget); PARAM_INT(aimflags); - I_Error("blah"); - - ACTION_RETURN_FLOAT(P_BulletSlope(self, t, aimflags).Degrees); }