diff --git a/src/drivers/win/args.cpp b/src/drivers/win/args.cpp index 2c4f2c37..9551d627 100644 --- a/src/drivers/win/args.cpp +++ b/src/drivers/win/args.cpp @@ -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)