mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 18:21:06 +00:00
- WIP commit.
This commit is contained in:
parent
ceb07280cf
commit
f2fc3fc2cb
14 changed files with 248 additions and 158 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "z_music.h"
|
||||
#include "statistics.h"
|
||||
#include "menu.h"
|
||||
#include "gstrings.h"
|
||||
#ifndef NETCODE_DISABLE
|
||||
#include "enet.h"
|
||||
#endif
|
||||
|
@ -378,6 +379,7 @@ int CONFIG_Init()
|
|||
{
|
||||
playername = userConfig.CommandName;
|
||||
}
|
||||
GStrings.LoadStrings();
|
||||
V_InitFonts();
|
||||
buttonMap.SetGameAliases();
|
||||
Mus_Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue