aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/game/action.cpp
diff options
context:
space:
mode:
authorLittleboy2011-06-28 22:54:51 -0400
committerLittleboy2011-06-28 22:54:51 -0400
commitb4ac4988cca41c2a59e4de99b8fe5392372e21dd (patch)
treede16e2b26463632836cc35d20e87f7c3f0bc7e57 /engines/lastexpress/game/action.cpp
parent90dc4f9a8c3f77b15c7c6d49651338dbc40c40fa (diff)
downloadscummvm-rg350-b4ac4988cca41c2a59e4de99b8fe5392372e21dd.tar.gz
scummvm-rg350-b4ac4988cca41c2a59e4de99b8fe5392372e21dd.tar.bz2
scummvm-rg350-b4ac4988cca41c2a59e4de99b8fe5392372e21dd.zip
LASTEXPRESS: Cleanup comments
Diffstat (limited to 'engines/lastexpress/game/action.cpp')
-rw-r--r--engines/lastexpress/game/action.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lastexpress/game/action.cpp b/engines/lastexpress/game/action.cpp
index 2c7b5b3c32..2ef4c20d70 100644
--- a/engines/lastexpress/game/action.cpp
+++ b/engines/lastexpress/game/action.cpp
@@ -407,7 +407,7 @@ SceneIndex Action::processHotspot(const SceneHotspot &hotspot) {
//////////////////////////////////////////////////////////////////////////
// Action 0
IMPLEMENT_ACTION(dummy)
- warning("Action::action_dummy: Dummy action function called (hotspot action: %d)!", hotspot.action);
+ warning("[Action::action_dummy] Dummy action function called (hotspot action: %d)", hotspot.action);
return kSceneInvalid;
}
@@ -1910,7 +1910,7 @@ LABEL_KEY:
// Play an animation and add delta time to global game time
void Action::playAnimation(EventIndex index, bool debugMode) const {
if (index >= _animationListSize)
- error("Action::playAnimation: invalid event index (value=%i, max=%i)", index, _animationListSize);
+ error("[Action::playAnimation] Invalid event index (value=%i, max=%i)", index, _animationListSize);
// In debug mode, just show the animation
if (debugMode) {