Skip to content

Replace an `assert` with a conditional throw

jvoisin requested to merge jvoisin/openmw:assert_throw into master

The assert is reachable, resulting in a brutal abort in debug mode instead of a nice exception, and in weird behaviour in releases.

Edited by jvoisin

Merge request reports