mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 07:28:00 -05:00
isle: remove temp code
This commit is contained in:
parent
d4e2fb8d8a
commit
fb72956339
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue