Fix at least one crash-worthy bug
This commit is contained in:
parent
52b203b8a2
commit
3e8441a9ac
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue