aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.cpp
diff options
context:
space:
mode:
authoruruk2013-09-19 20:53:47 +0200
committeruruk2013-09-19 20:53:47 +0200
commit21a9de5df23395b5a5466a7345222a045eab8135 (patch)
tree4022c0373f56c993c5dd445c4a6f20746d943cd1 /engines/avalanche/avalot.cpp
parent035604091017142b59dc317dd8d2ad9320610da8 (diff)
downloadscummvm-rg350-21a9de5df23395b5a5466a7345222a045eab8135.tar.gz
scummvm-rg350-21a9de5df23395b5a5466a7345222a045eab8135.tar.bz2
scummvm-rg350-21a9de5df23395b5a5466a7345222a045eab8135.zip
AVALANCHE: Rename Celer to Background.
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();