From 304739e990353724ce75855d5cc0999ddf00efe9 Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Fri, 16 Apr 2010 00:07:32 +0000 Subject: [PATCH] 'm' is no longer use dto move units ( I think noone ever used it ) Its used to display faded messages now Releasenotes are in the reame.txt now --- source/glest_game/gui/gui.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/glest_game/gui/gui.cpp b/source/glest_game/gui/gui.cpp index 400b59d5..78693af6 100644 --- a/source/glest_game/gui/gui.cpp +++ b/source/glest_game/gui/gui.cpp @@ -356,9 +356,6 @@ void Gui::hotKey(char key){ else if(key=='S'){ clickCommonCommand(ccStop); } - else if(key=='M'){ - clickCommonCommand(ccMove); - } } void Gui::switchToNextDisplayColor(){