From a94049b1a43f83d750b9b5dee031c19a6b1fafb0 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 30 Jan 2008 17:32:00 +0000 Subject: accomodate the new modules --- src/client/input.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/input.cc') diff --git a/src/client/input.cc b/src/client/input.cc index 270ccb7..7d26a2b 100644 --- a/src/client/input.cc +++ b/src/client/input.cc @@ -33,6 +33,8 @@ void Input::handle_keyreleased(SDL_keysym* keysym) case SDLK_SPACE: camera.nextmode(); break; + default: + break; } } -- cgit v1.2.3