diff --git a/ISLE/main.cpp b/ISLE/main.cpp index 985c70c0..0905c140 100644 --- a/ISLE/main.cpp +++ b/ISLE/main.cpp @@ -31,9 +31,6 @@ BOOL startDirectSound(void) 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 if (!findExistingInstance()) { return 0;