- switched over to the scripted intermission screens.

This commit is contained in:
Christoph Oelckers 2017-03-18 21:19:32 +01:00
commit 622b4a6457
15 changed files with 225 additions and 1639 deletions

View file

@ -2577,7 +2577,7 @@ EColorRange V_FindFontColor (FName name)
DEFINE_ACTION_FUNCTION(FFont, FindFontColor)
{
PARAM_SELF_STRUCT_PROLOGUE(FFont);
PARAM_PROLOGUE;
PARAM_NAME(code);
ACTION_RETURN_INT((int)V_FindFontColor(code));
}