diff --git a/src/playsim/p_actionfunctions.cpp b/src/playsim/p_actionfunctions.cpp index 5579ade20..851b72b83 100644 --- a/src/playsim/p_actionfunctions.cpp +++ b/src/playsim/p_actionfunctions.cpp @@ -5194,4 +5194,4 @@ DEFINE_ACTION_FUNCTION(AActor, GetRenderStyle) if (self->RenderStyle == LegacyRenderStyles[i]) ACTION_RETURN_INT(i); } ACTION_RETURN_INT(-1); // no symbolic constant exists to handle this style. -} \ No newline at end of file +}