From bf01059be1c8d01e66bce0b2facce78b13818b42 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 29 Jan 2011 08:08:58 +0000 Subject: PARALLACTION: Add default case to silence GCC warning. Not that I understand exactly what this function does, but since it's a piece of debug code I figure I don't really have to. svn-id: r55608 --- engines/parallaction/dialogue.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/parallaction/dialogue.cpp b/engines/parallaction/dialogue.cpp index 4ce060c31d..0d5cd00834 100644 --- a/engines/parallaction/dialogue.cpp +++ b/engines/parallaction/dialogue.cpp @@ -175,6 +175,8 @@ void DialogueManager::transitionToState(DialogueState newState) { debug(" A%02i: %s", i, _visAnswers[i]._a->_text.c_str()); } break; + default: + break; } } } -- cgit v1.2.3