mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Removed unused variable. I believe thread->_instructionOffset serves the same
purpose that 'addr' was inteded to. svn-id: r50951
This commit is contained in:
parent
4172a94edd
commit
aa631a64dc
@ -571,9 +571,7 @@ void Script::opCall(SCRIPTOP_PARAMS) {
|
|||||||
if (iparam1 != kAddressModule) {
|
if (iparam1 != kAddressModule) {
|
||||||
error("Script::runThread iparam1 != kAddressModule");
|
error("Script::runThread iparam1 != kAddressModule");
|
||||||
}
|
}
|
||||||
byte *addr = thread->baseAddress(iparam1);
|
|
||||||
iparam1 = scriptS->readSint16LE();
|
iparam1 = scriptS->readSint16LE();
|
||||||
addr += iparam1;
|
|
||||||
thread->push(argumentsCount);
|
thread->push(argumentsCount);
|
||||||
|
|
||||||
// NOTE: The original pushes the program
|
// NOTE: The original pushes the program
|
||||||
|
Loading…
Reference in New Issue
Block a user