fix command line parsing when - is embeded in an arg (eg +gamedir artifact-rjs)

This commit is contained in:
Bill Currie 2000-12-15 23:24:22 +00:00
parent 32910a1b5f
commit 316b74eddc
5 changed files with 9 additions and 3 deletions

View file

@ -29,6 +29,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h>
#include "cmd.h"
#include "console.h"
#include "glquake.h"