mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 03:57:51 +03:00
added save stage for globals
This commit is contained in:
parent
874ce26bef
commit
bf0fba68af
4 changed files with 74 additions and 5 deletions
|
@ -2058,9 +2058,9 @@ void CSMDoc::Document::addOptionalGlobals()
|
|||
{
|
||||
static const char *sGlobals[] =
|
||||
{
|
||||
"dayspassed",
|
||||
"pcwerewolf",
|
||||
"pcyear",
|
||||
"DaysPassed",
|
||||
"PCWerewolf",
|
||||
"PCYear",
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue