HUGO: Silent GCC warning introduced in r54087

svn-id: r54095
This commit is contained in:
Arnaud Boutonné 2010-11-05 12:36:20 +00:00
parent e065a8a797
commit 6b88fd44c0

View File

@ -443,6 +443,8 @@ void Route::processRoute() {
turnedFl = true;
}
break;
default:
break;
}
}
} else if (_vm->_hero->vx == 0 && _vm->_hero->vy == 0) {