From 8622ee1ef1fcfc71515440dd9737d7c6a11d77be Mon Sep 17 00:00:00 2001 From: Julien Templier Date: Tue, 26 Oct 2010 12:11:06 +0000 Subject: LASTEXPRESS: Turn dummy action error into a warning svn-id: r53849 --- engines/lastexpress/game/action.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/lastexpress/game') diff --git a/engines/lastexpress/game/action.cpp b/engines/lastexpress/game/action.cpp index e98a1dc276..139033b6c8 100644 --- a/engines/lastexpress/game/action.cpp +++ b/engines/lastexpress/game/action.cpp @@ -406,7 +406,9 @@ SceneIndex Action::processHotspot(const SceneHotspot &hotspot) { ////////////////////////////////////////////////////////////////////////// // Action 0 IMPLEMENT_ACTION(dummy) - error("Action::action_dummy: Function should never be called (hotspot action: %d)!", hotspot.action); + warning("Action::action_dummy: Dummy action function called (hotspot action: %d)!", hotspot.action); + + return kSceneInvalid; } ////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3