You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/settingsgen
PeterN 64d6ad50f9
Codechange: Split GetItem with GetOrCreateItem. (#10952)
`IniGroup::GetItem()` returns nullptr if the item does not exist, but does not if the create parameter is set to true. Resolve CodeQL warnings with `GetOrCreateItem()` which returns a reference to the item instead.
1 year ago
..
CMakeLists.txt Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
settingsgen.cpp Codechange: Split GetItem with GetOrCreateItem. (#10952) 1 year ago