added save stage for globals

This commit is contained in:
Marc Zinnschlag 2013-09-16 12:51:57 +02:00
parent 874ce26bef
commit bf0fba68af
4 changed files with 74 additions and 5 deletions

View file

@ -2058,9 +2058,9 @@ void CSMDoc::Document::addOptionalGlobals()
{
static const char *sGlobals[] =
{
"dayspassed",
"pcwerewolf",
"pcyear",
"DaysPassed",
"PCWerewolf",
"PCYear",
0
};