prerelease support. Because we can.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1006 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0cde037da7
commit
a6110325de
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ void PR_RunThreads(void);
|
|||
|
||||
extern int compileactive;
|
||||
|
||||
typedef enum {PROG_NONE, PROG_QW, PROG_NQ, PROG_H2, PROG_UNKNOWN} progstype_t;
|
||||
typedef enum {PROG_NONE, PROG_QW, PROG_NQ, PROG_H2, PROG_PREREL, PROG_UNKNOWN} progstype_t; //unknown obtains NQ behaviour
|
||||
extern progstype_t progstype;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue