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:
parent
b97def39b3
commit
505a972faa
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user