DRACI: Replace abort() call by error()
This commit is contained in:
parent
e05b217b13
commit
1cc7faa242
1 changed files with 1 additions and 3 deletions
|
@ -1160,9 +1160,7 @@ void Script::run(const GPL2Program &program, uint16 offset) {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
debugC(1, kDraciBytecodeDebugLevel, "Unknown opcode %d, %d",
|
||||
num, subnum);
|
||||
abort();
|
||||
error("Unknown opcode %d, %d", num, subnum);
|
||||
}
|
||||
|
||||
GPLHandler handler = cmd->_handler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue