- removed test code

https://forum.zdoom.org/viewtopic.php?t=66065
This commit is contained in:
alexey.lysiuk 2019-10-08 22:23:43 +03:00 committed by GitHub
parent d87170ed9e
commit d3c50eadaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}