Merged changes from 1.1 branch.

This commit is contained in:
Scott Ehlert
2008-11-28 23:32:59 -06:00
77 changed files with 2233 additions and 380 deletions
+6
View File
@@ -67,6 +67,7 @@
#define FILENAME_1_4_EP1 "sourcemod.1.ep1" PLATFORM_EXT
#define FILENAME_1_6_EP2 "sourcemod.2.ep2" PLATFORM_EXT
#define FILENAME_1_6_EP1 "sourcemod.2.ep1" PLATFORM_EXT
#define FILENAME_1_7_L4D "sourcemod.2.l4d" PLATFORM_EXT
HINSTANCE g_hCore = NULL;
bool load_attempted = false;
@@ -213,6 +214,11 @@ DLL_EXPORT METAMOD_PLUGIN *CreateInterface_MMS(const MetamodVersionInfo *mvi, co
filename = FILENAME_1_6_EP1;
break;
}
case SOURCE_ENGINE_LEFT4DEAD:
{
filename = FILENAME_1_7_L4D;
break;
}
default:
{
return NULL;