mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
Rename some bits to allow unity builds of libopenrct2 (#9944)
* Rename some bits to allow unity builds of libopenrct2 Some names are clashing when doing a unity build, renaming them solves the problem.
This commit is contained in:
committed by
GitHub
parent
1db18d4778
commit
8637eb6c57
@@ -151,7 +151,7 @@ private:
|
||||
|
||||
void DownloadObject(const rct_object_entry& entry, const std::string name, const std::string url)
|
||||
{
|
||||
using namespace OpenRCT2::Network;
|
||||
using namespace OpenRCT2::Networking;
|
||||
try
|
||||
{
|
||||
std::printf("Downloading %s\n", url.c_str());
|
||||
@@ -190,7 +190,7 @@ private:
|
||||
|
||||
void NextDownload()
|
||||
{
|
||||
using namespace OpenRCT2::Network;
|
||||
using namespace OpenRCT2::Networking;
|
||||
|
||||
if (!_downloadingObjects || _currentDownloadIndex >= _entries.size())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user