aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r--engines/avalanche/avalot.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index 565d54c9f7..f4d180e68b 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -38,7 +38,7 @@
#include "avalanche/menu.h"
#include "avalanche/pingo.h"
#include "avalanche/timer.h"
-#include "avalanche/celer.h"
+#include "avalanche/background.h"
#include "avalanche/closing.h"
#include "common/str.h"
@@ -174,7 +174,7 @@ void Avalot::run(Common::String arg) {
_vm->_lucerna->_clock.update();
_vm->_menu->update();
- _vm->_celer->updateBackgroundSprites();
+ _vm->_background->updateBackgroundSprites();
_vm->_animation->animLink();
_vm->_lucerna->checkClick();
_vm->_timer->updateTimer();