OpenRCT2/src
Michael Steenbeek fd194d0e32
Allow compilation with nlohmann/json < 3.9.0
According to the [API docs](https://github.com/nlohmann/json/blob/develop/single_include/nlohmann/json.hpp#L23219-L23222), the fourth argument (which allows ignoring comments) was only introduced in version 3.9.0 (released on 27 July 2020), which is not present in Ubuntu 20.04 (it only has 3.7.3-1).

Since comments are not part of the JSON spec, this option is not terribly useful anyway. I have removed it, so that it can now compile on Ubuntu 20.04, and possibly also earlier versions.
2020-09-19 00:19:39 +02:00
..
openrct2 Remove optional arguments to json_t::parse 2020-09-18 23:46:07 +02:00
openrct2-android Update project build files 2020-09-16 20:18:54 +01:00
openrct2-cli Update copyright year to 2020 2020-07-21 15:04:34 +02:00
openrct2-ui Merge pull request #12925 from richard-fine/dropdown-menus-static-data 2020-09-18 23:37:26 +02:00
openrct2-win Include missing headers 2020-08-05 16:29:29 +02:00
thirdparty Improve dukglue's includes 2020-04-26 14:35:08 +01:00