From: sapier Date: Sun, 20 Apr 2014 08:55:08 +0000 (+0200) Subject: Fix chat console not working anymore X-Git-Tag: 0.4.10~169 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5b1bd2fb4760e7d6f4a47e59839aa1b52c6c0f7a;p=oweals%2Fminetest.git Fix chat console not working anymore --- diff --git a/src/main.cpp b/src/main.cpp index 376ce2ae2..ddd55d1a4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -266,7 +266,6 @@ public: } else { keyIsDown.unset(event.KeyInput); } - return true; } if(event.EventType == irr::EET_MOUSE_INPUT_EVENT) @@ -305,7 +304,7 @@ public: } } } - + /* always return false in order to continue processing events */ return false; }