isle: remove temp code

This commit is contained in:
itsmattkc 2023-05-21 21:44:54 -07:00
parent d4e2fb8d8a
commit fb72956339

View file

@ -31,9 +31,6 @@ BOOL startDirectSound(void)
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
{ {
// TEMP: Load our recompiled library if available
LoadLibraryA("LEGO2");
// Look for another instance, if we find one, bring it to the foreground instead // Look for another instance, if we find one, bring it to the foreground instead
if (!findExistingInstance()) { if (!findExistingInstance()) {
return 0; return 0;