AVALANCHE: Rename Celer to Background.

This commit is contained in:
uruk 2013-09-19 20:53:47 +02:00
parent 0356040910
commit 21a9de5df2
11 changed files with 138 additions and 138 deletions

View file

@ -32,7 +32,7 @@
#include "avalanche/sequence.h"
#include "avalanche/gyro.h"
#include "avalanche/timer.h"
#include "avalanche/celer.h"
#include "avalanche/background.h"
#include "avalanche/animation.h"
#include "common/scummsys.h"
@ -98,7 +98,7 @@ void Sequence::callSequencer() {
if ((_seq[0] >= 1) && (_seq[0] <= 176)) {
// Show a frame.
_vm->_celer->drawBackgroundSprite(-1, -1, _seq[0] - 1);
_vm->_background->drawBackgroundSprite(-1, -1, _seq[0] - 1);
shoveLeft();
}