diff --git a/source/tools/atlas/GameInterface/Handlers/MapHandlers.cpp b/source/tools/atlas/GameInterface/Handlers/MapHandlers.cpp index f83936e066..0960d75c16 100644 --- a/source/tools/atlas/GameInterface/Handlers/MapHandlers.cpp +++ b/source/tools/atlas/GameInterface/Handlers/MapHandlers.cpp @@ -127,7 +127,7 @@ QUERYHANDLER(GenerateMap) msg->status = 0; } - catch (PSERROR_Game_World_MapLoadFailed&) + catch (std::exception&) { // Cancel loading LDR_Cancel();