mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
committed by
Ted John
parent
ac8353eef9
commit
04ea015302
@@ -1411,7 +1411,7 @@ void * create_save_game_as_intent()
|
||||
|
||||
Intent * intent = new Intent(WC_LOADSAVE);
|
||||
intent->putExtra(INTENT_EXTRA_LOADSAVE_TYPE, LOADSAVETYPE_SAVE | LOADSAVETYPE_GAME);
|
||||
intent->putExtra(INTENT_EXTRA_PATH, name);
|
||||
intent->putExtra(INTENT_EXTRA_PATH, std::string(name, name + Util::CountOf(name)));
|
||||
|
||||
return intent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user