1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 17:45:35 +00:00

Merge branch 'stonehenge' into 'master'

Start the game on Friday

Closes #7546

See merge request OpenMW/openmw!3366
This commit is contained in:
Petr Mikheev 2023-08-21 21:31:51 +00:00
commit 773d78192c
2 changed files with 3 additions and 1 deletions

View file

@ -92,6 +92,7 @@
Feature #7284: Searching in the console with regex and toggleable case-sensitivity
Feature #7477: NegativeLight Magic Effect flag
Feature #7499: OpenMW-CS: Generate record filters by drag & dropping cell content to the filters field
Feature #7546: Start the game on Fredas
Task #5896: Do not use deprecated MyGUI properties
Task #7113: Move from std::atoi to std::from_char
Task #7117: Replace boost::scoped_array with std::vector

View file

@ -3,5 +3,6 @@ return {
daysInWeek = 7,
startingYear = 427,
startingYearDay = 227,
startingWeekDay = 1,
-- Friday, calculated from TES2 and TES4's starting week days (see #7546)
startingWeekDay = 5,
}