- Fix startup errors

This commit is contained in:
Rachael Alexanderson 2017-06-04 08:01:02 -04:00
parent c340a6f794
commit 291b36f7b5
2 changed files with 2 additions and 3 deletions

View File

@ -38,7 +38,6 @@
#include "serializer.h"
CVAR (Bool, r_drawtrans, true, 0)
CVAR (Bool, r_vanillatrans, false, CVAR_ARCHIVE)
CVAR (Int, r_drawfuzz, 1, CVAR_ARCHIVE)
// Convert legacy render styles to flexible render styles.

View File

@ -52,8 +52,8 @@ const char *GetVersionString();
#endif
// The version as seen in the Windows resource
#define RC_FILEVERSION 1,3,9999,0
#define RC_PRODUCTVERSION 1,3,9999,0
#define RC_FILEVERSION 1,4,9999,0
#define RC_PRODUCTVERSION 1,4,9999,0
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning. The current state is '3.2'.
#define VER_MAJOR 3