1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-30 19:52:17 +01:00

Loads again.

This commit is contained in:
David Anderson 2008-11-16 03:44:21 -06:00
parent c1815bbf95
commit 05a178f338

View File

@ -34,6 +34,7 @@
#include "metamod_plugins.h"
#include "metamod_util.h"
#include "metamod_console.h"
#include "provider/provider_ep2.h"
using namespace SourceMM;
using namespace SourceHook;
@ -108,7 +109,6 @@ static game_dll_t gamedll_info;
static ConVar *metamod_version = NULL;
static ConVar *mm_pluginsfile = NULL;
static ConVar *mm_basedir = NULL;
static IServerGameDLL *server = NULL;
static CreateInterfaceFn engine_factory = NULL;
static CreateInterfaceFn physics_factory = NULL;
static CreateInterfaceFn filesystem_factory = NULL;