1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-15 16:32:41 +01:00
Files
OpenTTD/src
Peter Nelson 54d45a6047 Codechange: Don't keep autosave_interval in std::chrono::minutes.
This variable is saved as a setting which requires the variable type to be known, but std::chrono::minutes may vary depending on system type.

Instead, keep as uint32_t and convert to std::chrono::minutes only when setting the timer.
2023-12-09 08:13:03 +00:00
..
2023-11-29 21:12:28 -04:00
2023-12-08 18:38:34 +00:00
2023-11-29 21:12:28 -04:00
2023-07-03 18:08:03 +02:00
2023-11-29 21:12:28 -04:00
2023-11-29 21:12:28 -04:00
2023-09-10 08:40:25 -04:00
2023-06-28 19:07:10 +02:00
2023-09-10 08:40:25 -04:00
2023-11-29 21:12:28 -04:00
2023-11-29 21:12:28 -04:00