Fixing mismatch between format strings and data on some systems
svn-id: r21827
This commit is contained in:
parent
151b38a6e5
commit
cf202049ff
6 changed files with 22 additions and 22 deletions
|
@ -612,7 +612,7 @@ void ScummEngine_v6::o6_pushWordVar() {
|
|||
}
|
||||
|
||||
void ScummEngine_v6::o6_invalid() {
|
||||
error("Invalid opcode '%x' at %lx", _opcode, _scriptPointer - _scriptOrgPointer);
|
||||
error("Invalid opcode '%x' at %lx", _opcode, (long)(_scriptPointer - _scriptOrgPointer));
|
||||
}
|
||||
|
||||
void ScummEngine_v6::o6_byteArrayRead() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue