aboutsummaryrefslogtreecommitdiff
path: root/sword1/sword1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/sword1.cpp')
-rw-r--r--sword1/sword1.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp
index a5cf8c18a5..f26c6c7ec7 100644
--- a/sword1/sword1.cpp
+++ b/sword1/sword1.cpp
@@ -1090,8 +1090,7 @@ void SwordEngine::mainLoop(void) {
_logic->engine();
_logic->updateScreenParams(); // sets scrolling
- _screen->recreate();
- _screen->spritesAndParallax();
+ _screen->draw();
_mouse->animate();
newTime = _system->get_msecs();