Fixed CrazyDebug not working with Episode One games
--HG-- branch : sourcemod-1.0.x extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402190
This commit is contained in:
parent
8cb946cf59
commit
78567bda2f
@ -168,9 +168,7 @@ public:
|
|||||||
}
|
}
|
||||||
else if (strcasecmp(me32.szModule, "steam.dll") == 0)
|
else if (strcasecmp(me32.szModule, "steam.dll") == 0)
|
||||||
{
|
{
|
||||||
/* Steam.dll is loaded by engine.dll, so we can exit the loop here */
|
|
||||||
steam = me32.modBaseAddr;
|
steam = me32.modBaseAddr;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
} while (Module32Next(hModuleList, &me32));
|
} while (Module32Next(hModuleList, &me32));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user