forked from teamnwah/openmw-tes3coop
changed assert to a softer warning message in cell_store.hpp
This commit is contained in:
parent
b97def39b3
commit
505a972faa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue