mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Set default first section to true
This commit is contained in:
@@ -23,7 +23,7 @@ class IniWriter final : public IIniWriter
|
||||
{
|
||||
private:
|
||||
IStream * _stream;
|
||||
bool _firstSection = false;
|
||||
bool _firstSection = true;
|
||||
|
||||
public:
|
||||
IniWriter(IStream * stream)
|
||||
|
||||
Reference in New Issue
Block a user