mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +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;
|
case 0: std::cout << "Cell reference " + ref.refID + " not found!\n"; break;
|
||||||
default:
|
default:
|
||||||
assert(0);
|
std::cout << "WARNING: Ignoring reference '" << ref.refID << "' of unhandled type\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user