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:
parent
d59dbe57bb
commit
9dc84ce242
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user