From 3e8441a9ac6e91e877470f9d921b3f5ab805db63 Mon Sep 17 00:00:00 2001 From: jeblanchard Date: Thu, 29 May 2008 14:32:35 +0000 Subject: [PATCH] Fix at least one crash-worthy bug --- src/drivers/win/args.cpp | 1 + 1 file changed, 1 insertion(+) 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)