From b5ba6951d84121eeff0ed92123741ec36afaba93 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Mon, 27 Aug 2007 07:27:01 +0000 Subject: Assigned unused emotions to Alt +/-. --- src/game.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 4478adad..b53fbb8b 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -630,6 +630,8 @@ void Game::handleInput() case SDLK_8: emotion = 8; break; case SDLK_9: emotion = 9; break; case SDLK_0: emotion = 10; break; + case SDLK_MINUS: emotion = 11; break; + case SDLK_EQUALS: emotion = 12; break; default: emotion = 0; break; } -- cgit v1.2.3-70-g09d2