1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-12 06:54:31 +01:00

Reverted small portion of changeset 2808a1e9482d.

This commit is contained in:
Scott Ehlert 2008-11-24 14:14:45 -06:00
parent d59dbe57bb
commit 9dc84ce242

View File

@ -434,7 +434,7 @@ mm_PrepForGameLoad()
void * void *
mm_GameDllRequest(const char *name, int *ret) mm_GameDllRequest(const char *name, int *ret)
{ {
if (gamedll_lib != NULL) if (gamedll_lib != NULL && gamedll_bridge == NULL)
{ {
return gamedll_qvi(name, ret); return gamedll_qvi(name, ret);
} }