Throw a runtime error for invalid g1.DAT

This commit is contained in:
Michał Janiszewski 2018-01-21 22:41:43 +01:00 committed by Richard Jenkins
parent 48e9c269d7
commit 3d8f4e05db
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace openloco::gfx
}
else
{
throw std::exception("Unable to load g1.dat");
throw std::runtime_error("Unable to load g1.dat");
}
}