From 6b88fd44c0fca0b8439f820bceac808562697d0d Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Fri, 5 Nov 2010 12:36:20 +0000 Subject: HUGO: Silent GCC warning introduced in r54087 svn-id: r54095 --- engines/hugo/route.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/hugo/route.cpp') diff --git a/engines/hugo/route.cpp b/engines/hugo/route.cpp index b79252230c..a980dc030a 100644 --- a/engines/hugo/route.cpp +++ b/engines/hugo/route.cpp @@ -443,6 +443,8 @@ void Route::processRoute() { turnedFl = true; } break; + default: + break; } } } else if (_vm->_hero->vx == 0 && _vm->_hero->vy == 0) { -- cgit v1.2.3