diff options
Diffstat (limited to 'engines/avalanche/lucerna2.cpp')
-rw-r--r-- | engines/avalanche/lucerna2.cpp | 2 |
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(); |