Fixed CrazyDebug not working with Episode One games

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402191
This commit is contained in:
Scott Ehlert 2008-05-25 12:46:03 +00:00
parent 0a829027eb
commit aa73e41f29

View File

@ -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));