Update for hl2sdk-nd changes.
This commit is contained in:
@@ -597,7 +597,12 @@ CEntityFactoryDictionary *GetEntityFactoryDictionary()
|
||||
{
|
||||
static CEntityFactoryDictionary *dict = NULL;
|
||||
|
||||
#if SOURCE_ENGINE == SE_TF2 || SOURCE_ENGINE == SE_CSS || SOURCE_ENGINE == SE_DODS || SOURCE_ENGINE == SE_HL2DM || SOURCE_ENGINE == SE_SDK2013
|
||||
#if SOURCE_ENGINE == SE_TF2 \
|
||||
|| SOURCE_ENGINE == SE_CSS \
|
||||
|| SOURCE_ENGINE == SE_DODS \
|
||||
|| SOURCE_ENGINE == SE_HL2DM \
|
||||
|| SOURCE_ENGINE == SE_SDK2013 \
|
||||
|| SOURCE_ENGINE == SE_NUCLEARDAWN
|
||||
dict = (CEntityFactoryDictionary *) servertools->GetEntityFactoryDictionary();
|
||||
#else
|
||||
if (dict == NULL)
|
||||
|
||||
Reference in New Issue
Block a user