# Conflicts: # src/r_things.cpp # src/v_draw.cpp
This commit is contained in:
commit
59f32d497d
45 changed files with 703 additions and 293 deletions
|
|
@ -525,6 +525,13 @@ FFont *FFont::FindFont (const char *name)
|
|||
return font;
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION(FFont, FindFont)
|
||||
{
|
||||
PARAM_PROLOGUE;
|
||||
PARAM_STRING(name);
|
||||
ACTION_RETURN_POINTER(FFont::FindFont(name));
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// RecordTextureColors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue