mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-29 18:32:36 +00:00
Merge pull request #1626
This commit is contained in:
commit
7f39dbb129
@ -592,7 +592,7 @@ namespace MWWorld
|
||||
const ESM::Cell *ptr = search(id);
|
||||
if (ptr == 0) {
|
||||
std::ostringstream msg;
|
||||
msg << "Interior cell '" << id << "' not found";
|
||||
msg << "Cell '" << id << "' not found";
|
||||
throw std::runtime_error(msg.str());
|
||||
}
|
||||
return ptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user