Start the game on Friday

macos_ci_fix
Evil Eye 9 months ago committed by Petr Mikheev
parent 5b3e2fbf1c
commit ef6100f788

@ -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

@ -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,
}

Loading…
Cancel
Save