TOON: Cleanup
This commit is contained in:
parent
cf657d09e8
commit
fae2be668f
24 changed files with 62 additions and 230 deletions
|
@ -23,7 +23,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/stream.h"
|
||||
#include "common/util.h"
|
||||
|
@ -177,7 +176,7 @@ bool EMCInterpreter::start(EMCState *script, int function) {
|
|||
if (functionOffset == 0xFFFF)
|
||||
return false;
|
||||
|
||||
script->ip = &script->dataPtr->data[functionOffset+1];
|
||||
script->ip = &script->dataPtr->data[functionOffset + 1];
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue