aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/main_loop.cpp
diff options
context:
space:
mode:
authoryinsimei2017-06-01 17:37:11 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commit733e758fcb16b824742450fe0d2a003abb977729 (patch)
tree540d8c54c75d24e62495df985bb10f052b4751e2 /engines/sludge/main_loop.cpp
parentcd42e483ded980b66b5dad230418915140cfdd00 (diff)
downloadscummvm-rg350-733e758fcb16b824742450fe0d2a003abb977729.tar.gz
scummvm-rg350-733e758fcb16b824742450fe0d2a003abb977729.tar.bz2
scummvm-rg350-733e758fcb16b824742450fe0d2a003abb977729.zip
SLUDGE: move backdrop display code to backdrop.cpp
Diffstat (limited to 'engines/sludge/main_loop.cpp')
-rw-r--r--engines/sludge/main_loop.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sludge/main_loop.cpp b/engines/sludge/main_loop.cpp
index 2c4648b26c..55e2fc6f6d 100644
--- a/engines/sludge/main_loop.cpp
+++ b/engines/sludge/main_loop.cpp
@@ -479,10 +479,6 @@ int main_loop(char *filename)
walkAllPeople();
handleInput();
sludgeDisplay();
- g_system->copyRectToScreen(backdropSurface.getPixels(),
- backdropSurface.pitch, 0, 0, backdropSurface.w,
- backdropSurface.h);
- g_system->updateScreen();
g_system->delayMillis(100);
#if 0
Wait_Frame();