1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-30 03:36:43 +00:00

fixed a problem with previous merge

This commit is contained in:
Marc Zinnschlag 2010-09-08 15:42:49 +02:00
parent 1dc805d0d4
commit 058f2d0cce

View file

@ -128,7 +128,7 @@ namespace ESMS
cell = store.cells.searchExt (X, Y);
if(cell == NULL)
throw str_exception("Exterior cell not found");
throw std::runtime_error("Exterior cell not found");
loadRefs(store, esm);
}