LAB: Use the correct bitmap buffer in the Anim class
This commit is contained in:
parent
0e886461d0
commit
b6397c0af7
3 changed files with 2 additions and 3 deletions
|
@ -144,8 +144,8 @@ Common::Error LabEngine::run() {
|
|||
_event = new EventManager(this);
|
||||
_resource = new Resource(this);
|
||||
_music = new Music(this);
|
||||
_anim = new Anim(this);
|
||||
_graphics = new DisplayMan(this);
|
||||
_anim = new Anim(this);
|
||||
|
||||
if (getPlatform() == Common::kPlatformWindows) {
|
||||
// Check if this is the Wyrmkeep trial
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue