Strict mode: Turned several severe errors (almost all detection related) into errors, instead of warnings

svn-id: r49972
This commit is contained in:
Filippos Karapetis 2010-06-17 23:45:38 +00:00
parent f977faaf9f
commit 9c1ec81d76
6 changed files with 18 additions and 18 deletions

View file

@ -365,7 +365,7 @@ bool SciEngine::initGame() {
_gamestate->stack_top = stack->_entries + stack->_capacity;
if (!script_instantiate(_resMan, _gamestate->_segMan, 0)) {
warning("initGame(): Could not instantiate script 0");
error("initGame(): Could not instantiate script 0");
return false;
}