diff options
-rw-r--r-- | engines/lure/game.cpp | 2 | ||||
-rw-r--r-- | engines/lure/strings.cpp | 2 | ||||
-rw-r--r-- | engines/lure/surface.cpp | 2 | ||||
-rw-r--r-- | engines/lure/system.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/engines/lure/game.cpp b/engines/lure/game.cpp index 358e41e5bf..fdc36fa3cb 100644 --- a/engines/lure/game.cpp +++ b/engines/lure/game.cpp @@ -208,7 +208,7 @@ void Game::doDebugMenu() { case 2: // Show active hotspots - showActiveHotspots(); + showActiveHotspots(); break; case 3: diff --git a/engines/lure/strings.cpp b/engines/lure/strings.cpp index 2e453298d9..1ddc350774 100644 --- a/engines/lure/strings.cpp +++ b/engines/lure/strings.cpp @@ -30,7 +30,7 @@ namespace Lure { StringData *int_strings = NULL; StringData::StringData() { - int_strings = this; + int_strings = this; for (uint8 ctr = 0; ctr < MAX_NUM_CHARS; ++ctr) _chars[ctr] = NULL; _numChars = 0; diff --git a/engines/lure/surface.cpp b/engines/lure/surface.cpp index 312817df81..048bf6d15e 100644 --- a/engines/lure/surface.cpp +++ b/engines/lure/surface.cpp @@ -421,7 +421,7 @@ void Dialog::show(uint16 stringId) { void Dialog::showMessage(uint16 messageId, uint16 characterId) { MemoryBlock *data = Resources::getReference().messagesData(); - uint16 *v = (uint16 *) data->data(); + uint16 *v = (uint16 *) data->data(); uint16 v2, idVal; messageId &= 0x7fff; diff --git a/engines/lure/system.cpp b/engines/lure/system.cpp index 6b305edc57..7f9b5b54a8 100644 --- a/engines/lure/system.cpp +++ b/engines/lure/system.cpp @@ -35,7 +35,7 @@ System::~System() { } OSystem &System::getReference() { - return *int_system; + return *int_system; } } // end of namespace Lure |