use new IChaChaFontInfo interface
hide compiler warning messages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class ChaChaFontInfo expands FontInfo;
|
||||
class ChaChaFontInfo expands IChaChaFontInfo;
|
||||
|
||||
|
||||
/********************************
|
||||
|
||||
@@ -25,7 +25,7 @@ simulated function PreBeginPlay()
|
||||
if(Role == ROLE_Authority) SaveConfig();
|
||||
}
|
||||
|
||||
simulated function FontInfo Get(String requestedFont)
|
||||
simulated function IChaChaFontInfo Get(String requestedFont)
|
||||
{
|
||||
switch(requestedFont)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user