aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/exec_br.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2008-12-06 04:51:04 +0000
committerNicola Mettifogo2008-12-06 04:51:04 +0000
commit7681461b16ee09eb8620fc99d8cd9445c263594b (patch)
tree960f1af1edde885e2243214cf447b401e5b38615 /engines/parallaction/exec_br.cpp
parent7a4984304721eb91ca5c3349871be1cab228451d (diff)
downloadscummvm-rg350-7681461b16ee09eb8620fc99d8cd9445c263594b.tar.gz
scummvm-rg350-7681461b16ee09eb8620fc99d8cd9445c263594b.tar.bz2
scummvm-rg350-7681461b16ee09eb8620fc99d8cd9445c263594b.zip
Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues in scrollable locations are a bit messed up for the moment.
svn-id: r35253
Diffstat (limited to 'engines/parallaction/exec_br.cpp')
-rw-r--r--engines/parallaction/exec_br.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/exec_br.cpp b/engines/parallaction/exec_br.cpp
index bcc4a5b532..cc07578859 100644
--- a/engines/parallaction/exec_br.cpp
+++ b/engines/parallaction/exec_br.cpp
@@ -262,7 +262,6 @@ DECLARE_COMMAND_OPCODE(zeta) {
DECLARE_COMMAND_OPCODE(scroll) {
warning("Parallaction_br::cmdOp_scroll not yet implemented");
- _vm->_gfx->setVar("scroll_x", _ctxt.cmd->u._rvalue );
}