Strict mode: Turned several severe errors (almost all detection related) into errors, instead of warnings
svn-id: r49972
This commit is contained in:
parent
f977faaf9f
commit
9c1ec81d76
6 changed files with 18 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue