1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00

fix FailedAction.

This commit is contained in:
scrawl 2013-02-16 18:05:25 +01:00
parent 0bc34c1c0d
commit a5c8d5748f

View File

@ -17,6 +17,6 @@ namespace MWWorld
{
MWBase::Environment::get().getWindowManager() ->messageBox(message, std::vector<std::string>());
}
return false;
return true;
}
}