From bf23cb55879943f7c29ff66ae99dab341aba5c66 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 13 Oct 2005 15:21:36 +0000 Subject: Make sure Alt shortcuts don't appear in chatbox. --- src/game.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 8c1eee60..9f267449 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -620,6 +620,7 @@ void do_input() case Being::STAND: action(2, 0); break; case Being::SIT: action(3, 0); break; } + used = true; break; case SDLK_p: @@ -632,6 +633,7 @@ void do_input() } SDL_FreeSurface(screenshot); } + used = true; break; default: @@ -640,6 +642,7 @@ void do_input() case SDLK_f: // Find path to mouse (debug purpose) displayPathToMouse = !displayPathToMouse; + used = true; break; } -- cgit v1.2.3-70-g09d2