Fix at least one crash-worthy bug

This commit is contained in:
jeblanchard 2008-05-29 14:32:35 +00:00
parent 52b203b8a2
commit 3e8441a9ac
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ char *ParseArgies(int argc, char *argv[])
{"-clipsides",0,&eoptions,0x8000|EO_CLIPSIDES},
{"-nothrottle",0,&eoptions,0x8000|EO_NOTHROTTLE},
{"-playmovie",0,&MovieToLoad,0x4001},
{0, 0, 0, 0},
};
if(argc <= 1)