mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-02 19:31:23 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
37504a3444
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ const char *GetVersionString();
|
||||||
// SVN revision ever got.
|
// SVN revision ever got.
|
||||||
#define SAVEVER 4500
|
#define SAVEVER 4500
|
||||||
|
|
||||||
#define SAVEVERSTRINGIFY2(x) str(x)
|
#define SAVEVERSTRINGIFY2(x) #x
|
||||||
#define SAVEVERSTRINGIFY(x) #x
|
#define SAVEVERSTRINGIFY(x) SAVEVERSTRINGIFY2(x)
|
||||||
#define SAVESIG "ZDOOMSAVE" SAVEVERSTRINGIFY(SAVEVER)
|
#define SAVESIG "ZDOOMSAVE" SAVEVERSTRINGIFY(SAVEVER)
|
||||||
|
|
||||||
#define DYNLIGHT
|
#define DYNLIGHT
|
||||||
|
|
Loading…
Reference in a new issue