- BlueShadow's submission for keeping the max save amount of BasicArmorPickups around when picking up armor bonuses.

This commit is contained in:
Christoph Oelckers 2014-08-11 10:08:49 +02:00
commit f0eccb9d15
4 changed files with 14 additions and 1 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 4510
#define SAVEVER 4511
#define SAVEVERSTRINGIFY2(x) #x
#define SAVEVERSTRINGIFY(x) SAVEVERSTRINGIFY2(x)