Files
@ r28012:8dd5df36d9d9
Branch filter:
Location: cpp/openttd-patchpack/source/src/texteff.hpp
r28012:8dd5df36d9d9
1.7 KiB
text/x-c++hdr
Codechange: Remove create parameter from IniLoadFile::GetGroup.
GetGroup now only returns nullptr if the group does not exist.
Use GetOrCreateGroup to create a group.
This avoids creating groups while reading ini files.
GetGroup now only returns nullptr if the group does not exist.
Use GetOrCreateGroup to create a group.
This avoids creating groups while reading ini files.