fixed mac compilation

This commit is contained in:
GreYFoXGTi 2010-11-18 01:19:44 +02:00
parent a109e1150d
commit ac341b5390

View file

@ -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