This commit is contained in:
commit
8c176575c8
64 changed files with 5296 additions and 4532 deletions
|
|
@ -2741,3 +2741,8 @@ void V_ClearFonts()
|
|||
SmallFont = SmallFont2 = BigFont = ConFont = IntermissionFont = NULL;
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION(FFont, GetCursor)
|
||||
{
|
||||
PARAM_SELF_STRUCT_PROLOGUE(FFont);
|
||||
ACTION_RETURN_STRING(FString(self->GetCursor()));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue