OpenTTD/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.
2023-06-05 18:29:52 +00:00
..
CMakeLists.txt Codechange: replace error/usererror printf variant with fmt variant and rename 2023-04-25 17:55:09 +02:00
settingsgen.cpp Codechange: Split GetItem with GetOrCreateItem. (#10952) 2023-06-05 18:29:52 +00:00