From ff200677e191ab1d21551c69604e76d2aced5995 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sat, 20 Feb 2016 00:53:06 -0800 Subject: [PATCH] More error messages --- DataSpec/SpecBase.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/DataSpec/SpecBase.cpp b/DataSpec/SpecBase.cpp index 75ac313cf..a98f7ccef 100644 --- a/DataSpec/SpecBase.cpp +++ b/DataSpec/SpecBase.cpp @@ -25,9 +25,12 @@ static const HECL::SystemChar* MomErr[] = _S("Contradictive narratives unsupported"), _S("Wiimote profile \"NES + Zapper\" not recognized"), _S("Unable to find Waldo"), - _S("Expected Ridley, found furby") + _S("Expected Ridley, found furby"), + _S("Adam has not authorized this, please do not bug the developers"), + _S("Error: Lady returned objection") }; +constexpr uint32_t MomErrCount = 11; SpecBase::SpecBase(HECL::Database::Project& project) : m_project(project), m_masterShader(project.getProjectWorkingPath(), ".hecl/RetroMasterShader.blend") {} @@ -44,9 +47,9 @@ bool SpecBase::canExtract(const ExtractPassInfo& info, std::vector