Update p_actionfunctions.cpp

This commit is contained in:
Shiny Metagross 2022-10-28 15:17:08 -07:00 committed by Christoph Oelckers
parent f7c3615d3b
commit bea6d2434e

View file

@ -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.
}
}