[colobot] 36/377: Possible fix for issue #667

Didier Raboud odyx at moszumanska.debian.org
Wed Mar 30 13:33:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit 1b855f5dc342f3b38e6ee8f7afd4db12bca61886
Author: Tomasz Kapuściński <tomaszkax86 at gmail.com>
Date:   Thu Oct 15 17:40:15 2015 +0200

    Possible fix for issue #667
---
 src/ui/controls/edit.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/controls/edit.cpp b/src/ui/controls/edit.cpp
index 200a56b..eb5f829 100644
--- a/src/ui/controls/edit.cpp
+++ b/src/ui/controls/edit.cpp
@@ -246,7 +246,7 @@ void CEdit::MoveAdjust()
 
 bool CEdit::EventProcess(const Event &event)
 {
-    bool    bShift, bControl;
+    bool    bShift = false, bControl = false;
 
     if ( (m_state & STATE_VISIBLE) == 0 )  return true;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list