Inital SM fixes for l4d2 and linux makefile updates

This commit is contained in:
Fyren
2009-10-30 13:26:13 +13:00
parent 8a8bafb199
commit 9e69afbbd6
16 changed files with 120 additions and 48 deletions
+1 -1
View File
@@ -657,7 +657,7 @@ static cell_t FindEntityByClassname(IPluginContext *pContext, const cell_t *para
return gamehelpers->EntityToBCompatRef(pEntity);
}
#if SOURCE_ENGINE == SE_LEFT4DEAD
#if (SOURCE_ENGINE == SE_LEFT4DEAD) || (SOURCE_ENGINE == SE_LEFT4DEAD2)
static cell_t CreateEntityByName(IPluginContext *pContext, const cell_t *params)
{
static ValveCall *pCall = NULL;