Skip to content

Commit

Permalink
KYRA: (EOB) - another try to fix PSP/OpenPandora
Browse files Browse the repository at this point in the history
  • Loading branch information
athrxx committed Apr 13, 2019
1 parent 80e7401 commit 5efb259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/kyra/sequence/sequences_darkmoon.cpp
Expand Up @@ -1121,7 +1121,7 @@ void DarkMoonEngine::seq_playCredits(DarkmoonSequenceHelper *sq, const uint8 *da
delete[] items[i].str;
}

DarkmoonSequenceHelper::DarkmoonSequenceHelper(OSystem *system, DarkMoonEngine *vm, Screen_EoB *screen, Mode mode) : _system(system), _vm(vm), _screen(screen) {
DarkmoonSequenceHelper::DarkmoonSequenceHelper(OSystem *system, DarkMoonEngine *vm, Screen_EoB *screen, DarkmoonSequenceHelper::Mode mode) : _system(system), _vm(vm), _screen(screen) {
init(mode);
}

Expand Down Expand Up @@ -1477,7 +1477,7 @@ void DarkmoonSequenceHelper::update(int srcPage) {
_screen->updateScreen();
}

void DarkmoonSequenceHelper::init(Mode mode) {
void DarkmoonSequenceHelper::init(DarkmoonSequenceHelper::Mode mode) {
assert(mode == kIntro || mode == kFinale);

static const uint16 soundMarkersFMTowns[2][8] = {
Expand Down

0 comments on commit 5efb259

Please sign in to comment.