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 +/-. --- ChangeLog | 7 ++++++- src/game.cpp | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 154a993b..0c64b727 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2007-08-26 Eugenio Favalli +2007-08-27 Eugenio Favalli + + * src/game.cpp: Assigned unused emotions to Alt +/-. (Applyed a patch by + Quiche_on_a_leash). + +2007-08-26 Eugenio Favalli * src/gui/updatewindow.cpp, src/main.cpp, tmw.cbp: Removed home dir from config file to avoid encoding issues. 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