commented out potentially dangerous fullscreen toggle

This commit is contained in:
theoddone33
2001-04-19 23:01:58 +00:00
parent 77c715015e
commit ae7f2aab49

View File

@@ -296,11 +296,12 @@ int Main_Proc(void)
default: break;
}
}
// TODO Fix these so
/* TODO - fix this later
if(pressed[0x38]!=0&&pressed[0x3E]!=0)
LinuxExit();
if(pressed[0x38]!=0&&pressed[0x1c]!=0)
SwitchFullScreen();
*/
return TRUE;
}
#define true 1