Skip to content

Commit

Permalink
SCI: Remove unnecessary duplicate shadowing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Dec 3, 2016
1 parent 1337e82 commit e0c7ee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/sci/engine/vm.cpp
Expand Up @@ -1207,7 +1207,6 @@ void run_vm(EngineState *s) {
case op_lofsa: // 0x39 (57)
case op_lofss: { // 0x3a (58)
// Load offset to accumulator or push to stack
Script *local_script = s->_segMan->getScriptIfLoaded(s->xs->local_segment);

r_temp.setSegment(s->xs->addr.pc.getSegment());
r_temp.setOffset(findOffset(opparams[0], local_script, s->xs->addr.pc.getOffset()));
Expand Down

0 comments on commit e0c7ee1

Please sign in to comment.