mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 17:54:50 +01:00
Using std::move(), correct clear strings, better use '= default;', modernize make_* and replace heavy strlen
This commit is contained in:
committed by
Hielke Morsink
parent
0045aed7f9
commit
958bfbc08a
@@ -123,7 +123,7 @@ void TitleScreen::Load()
|
||||
|
||||
gScreenFlags = SCREEN_FLAGS_TITLE_DEMO;
|
||||
gScreenAge = 0;
|
||||
gCurrentLoadedPath = "";
|
||||
gCurrentLoadedPath.clear();
|
||||
|
||||
#ifndef DISABLE_NETWORK
|
||||
GetContext()->GetNetwork().Close();
|
||||
|
||||
Reference in New Issue
Block a user