mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed mac compilation
This commit is contained in:
parent
a109e1150d
commit
ac341b5390
|
@ -1185,9 +1185,11 @@ void CGameContext::OnInit(/*class IKernel *pKernel*/)
|
|||
|
||||
// create score object (add sql later)
|
||||
#if defined(CONF_SQL)
|
||||
#if !defined(CONF_PLATFORM_MACOSX)
|
||||
if(g_Config.m_SvUseSQL)
|
||||
m_pScore = new CSqlScore(this);
|
||||
else
|
||||
#endif
|
||||
#endif
|
||||
m_pScore = new CFileScore(this);
|
||||
// setup core world
|
||||
|
|
Loading…
Reference in a new issue