1
0
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:
Michał Janiszewski
2017-02-23 23:25:10 +01:00
parent 9c32cb3a62
commit 1784543e14

View File

@@ -23,7 +23,7 @@ class IniWriter final : public IIniWriter
{
private:
IStream * _stream;
bool _firstSection = false;
bool _firstSection = true;
public:
IniWriter(IStream * stream)