Removed gEntList failure notify on Windows. (bug 4832, r=fyren).
This commit is contained in:
parent
e4e54510c8
commit
8b205b0d5d
@ -142,6 +142,7 @@ void CHalfLife2::OnSourceModAllInitialized_Post()
|
|||||||
*/
|
*/
|
||||||
if (g_pGameConf->GetMemSig("gEntList", (void **)&addr))
|
if (g_pGameConf->GetMemSig("gEntList", (void **)&addr))
|
||||||
{
|
{
|
||||||
|
#if !defined PLATFORM_WINDOWS
|
||||||
if (!addr)
|
if (!addr)
|
||||||
{
|
{
|
||||||
// Key exists so notify if lookup fails, but try other method.
|
// Key exists so notify if lookup fails, but try other method.
|
||||||
@ -149,8 +150,11 @@ void CHalfLife2::OnSourceModAllInitialized_Post()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
#endif
|
||||||
g_EntList = reinterpret_cast<void *>(addr);
|
g_EntList = reinterpret_cast<void *>(addr);
|
||||||
|
#if !defined PLATFORM_WINDOWS
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user