1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00

changed assert to a softer warning message in cell_store.hpp

This commit is contained in:
Nicolay Korslund 2010-07-07 17:39:23 +02:00
parent b97def39b3
commit 505a972faa

View File

@ -172,7 +172,7 @@ namespace ESMS
case 0: std::cout << "Cell reference " + ref.refID + " not found!\n"; break;
default:
assert(0);
std::cout << "WARNING: Ignoring reference '" << ref.refID << "' of unhandled type\n";
}
}