Remove obsolete assert

This commit is contained in:
Ted John 2016-12-14 10:34:22 +00:00
parent 767f950ede
commit a7a006f30d
1 changed files with 0 additions and 1 deletions

View File

@ -243,7 +243,6 @@ extern "C"
title_load();
break;
case STARTUP_ACTION_OPEN:
Guard::Assert(gOpenRCT2StartupActionPath != nullptr);
if (!rct2_open_file(gOpenRCT2StartupActionPath))
{
fprintf(stderr, "Failed to load '%s'", gOpenRCT2StartupActionPath);