From b4f1960318e3e0460e4fa00bb74d75ffda9f4e79 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 24 Sep 2009 17:52:53 +0000 Subject: Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings and issues in compilers which don't support NORETURN svn-id: r44314 --- engines/saga/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/saga/actor.cpp') diff --git a/engines/saga/actor.cpp b/engines/saga/actor.cpp index 54fcb8a162..699eb39405 100644 --- a/engines/saga/actor.cpp +++ b/engines/saga/actor.cpp @@ -778,7 +778,7 @@ int Actor::getFrameType(ActorFrameTypes frameType) { case kFramePickUp: case kFrameLook: error("Actor::getFrameType() unknown frame type %d", frameType); - //return kFrameIHNMStand; + return kFrameIHNMStand; // for compilers that don't support NORETURN } #endif } -- cgit v1.2.3