aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruruk2013-07-18 23:10:23 +0200
committeruruk2013-07-18 23:10:23 +0200
commitc71d4dcc646ad0ba4720b22d0c5c6f7043a060d1 (patch)
treeb92b94f6cea01c4a2d591f437e0b62f93fe65ad8
parente2e979897ed1aab48db4c8229e8b740756abfd16 (diff)
downloadscummvm-rg350-c71d4dcc646ad0ba4720b22d0c5c6f7043a060d1.tar.gz
scummvm-rg350-c71d4dcc646ad0ba4720b22d0c5c6f7043a060d1.tar.bz2
scummvm-rg350-c71d4dcc646ad0ba4720b22d0c5c6f7043a060d1.zip
AVALANCHE: Lucerna:load() - put the background lower, making space for the toolbar on the top.
-rw-r--r--engines/avalanche/lucerna2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/lucerna2.cpp b/engines/avalanche/lucerna2.cpp
index 1a55b55a50..f5d833b800 100644
--- a/engines/avalanche/lucerna2.cpp
+++ b/engines/avalanche/lucerna2.cpp
@@ -261,7 +261,7 @@ void Lucerna::load(byte n) { /* Load2, actually */
}
}
- _vm->_graph.copySurface(background, 0 ,0);
+ _vm->_graph.copySurface(background, 0, 10);
background.free();