Merge branch 'master' of https://chacha.ddns.net/gitea/chacha/UT99-Mod-ChaChaFonts.git
# Conflicts: # make.bat
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)
|
||||
{
|
||||
|
||||
BIN
System/ChaChaFontsV1.u
Normal file
BIN
System/ChaChaFontsV1.u
Normal file
Binary file not shown.
Reference in New Issue
Block a user