- flags7 variable added to AActor.

This commit is contained in:
Christoph Oelckers 2013-08-12 20:09:21 +02:00
commit f2c250d35d
7 changed files with 16 additions and 4 deletions

View file

@ -76,7 +76,7 @@ const char *GetVersionString();
// Use 4500 as the base git save version, since it's higher than the
// SVN revision ever got.
#define SAVEVER 4503
#define SAVEVER 4504
#define SAVEVERSTRINGIFY2(x) #x
#define SAVEVERSTRINGIFY(x) SAVEVERSTRINGIFY2(x)