aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
diff options
context:
space:
mode:
authoruruk2013-09-19 20:53:47 +0200
committeruruk2013-09-19 20:53:47 +0200
commit21a9de5df23395b5a5466a7345222a045eab8135 (patch)
tree4022c0373f56c993c5dd445c4a6f20746d943cd1 /engines/avalanche/avalanche.h
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/avalanche.h')
-rw-r--r--engines/avalanche/avalanche.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index c930fe7347..739fcd0bb8 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -38,7 +38,7 @@
#include "avalanche/pingo.h"
#include "avalanche/scrolls.h"
#include "avalanche/lucerna.h"
-#include "avalanche/celer.h"
+#include "avalanche/background.h"
#include "avalanche/sequence.h"
#include "avalanche/timer.h"
#include "avalanche/animation.h"
@@ -74,7 +74,7 @@ public:
Pingo *_pingo;
Scrolls *_scrolls;
Lucerna *_lucerna;
- Celer *_celer;
+ Background *_background;
Sequence *_sequence;
Timer *_timer;
Animation *_animation;