aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/menu
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/menu')
-rw-r--r--engines/lastexpress/menu/clock.cpp2
-rw-r--r--engines/lastexpress/menu/menu.cpp2
-rw-r--r--engines/lastexpress/menu/trainline.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/lastexpress/menu/clock.cpp b/engines/lastexpress/menu/clock.cpp
index b0e6a260d4..dedf045940 100644
--- a/engines/lastexpress/menu/clock.cpp
+++ b/engines/lastexpress/menu/clock.cpp
@@ -62,7 +62,7 @@ void Clock::draw(uint32 time) {
// Check that sequences have been loaded
if (!_frameMinutes || !_frameHour || !_frameSun || !_frameDate)
- error("Clock::process: clock sequences have not been loaded correctly!");
+ error("[Clock::draw] Clock sequences have not been loaded correctly");
// Clear existing frames
clear();
diff --git a/engines/lastexpress/menu/menu.cpp b/engines/lastexpress/menu/menu.cpp
index bfead02ad0..f1a8bebe94 100644
--- a/engines/lastexpress/menu/menu.cpp
+++ b/engines/lastexpress/menu/menu.cpp
@@ -860,7 +860,7 @@ void Menu::init(bool doSavegame, SavegameType type, uint32 value) {
useSameIndex = false;
// TODO remove existing savegame and reset index & savegame name
- warning("Menu::initGame: not implemented!");
+ warning("[Menu::initGame] Not implemented");
}
doSavegame = false;
diff --git a/engines/lastexpress/menu/trainline.cpp b/engines/lastexpress/menu/trainline.cpp
index df08abf37b..f819776163 100644
--- a/engines/lastexpress/menu/trainline.cpp
+++ b/engines/lastexpress/menu/trainline.cpp
@@ -97,7 +97,7 @@ void TrainLine::draw(uint32 time) {
// Check that sequences have been loaded
if (!_frameLine1 || !_frameLine2)
- error("TrainLine::process: Line sequences have not been loaded correctly!");
+ error("[TrainLine::draw] Line sequences have not been loaded correctly");
// Clear existing frames
clear();