- WIP commit.

This commit is contained in:
Christoph Oelckers 2019-11-23 12:38:38 +01:00
parent ceb07280cf
commit f2fc3fc2cb
14 changed files with 248 additions and 158 deletions

View file

@ -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();