mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
- Fix startup errors
This commit is contained in:
parent
c340a6f794
commit
291b36f7b5
2 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue