This will hopefully fix problems people have been having with getopt

This commit is contained in:
theoddone33
2001-04-15 18:53:23 +00:00
parent 8390fd710a
commit 892c382d23
3 changed files with 10 additions and 263 deletions

View File

@@ -1327,7 +1327,7 @@ void initwinvideo(void)
//RECT rc1, swrect;
DWORD newmode=0;
STUB_FUNCTION;
//STUB_FUNCTION;
if(CurMode!=cvidmode)
{
@@ -2218,7 +2218,11 @@ void drawscreenwin(void)
UnlockSurface();
}
void LinuxExit (void)
{
SDL_Quit();
exit(0);
}
extern char fulladdtab[65536*2];
extern WORD vesa2_usbit;