mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-19 08:52:34 +01:00
remove platform 64bits once more
This commit is contained in:
parent
6c4f85a95d
commit
cf4554ced9
@ -842,7 +842,7 @@ void *MetamodSource::MetaFactory(const char *iface, int *ret, PluginId *id)
|
||||
}
|
||||
return static_cast<void *>(static_cast<ISmmPluginManager *>(&g_PluginMngr));
|
||||
}
|
||||
#if !defined( PLATFORM_64BITS ) && !defined( _LINUX )
|
||||
#if !defined( __amd64__ )
|
||||
else if (strcmp(iface, MMIFACE_SH_HOOKMANAUTOGEN) == 0)
|
||||
{
|
||||
if (ret)
|
||||
|
Loading…
x
Reference in New Issue
Block a user