'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
This commit is contained in:
Titus Tscharntke 2010-04-16 00:07:32 +00:00
parent e02a81d1a2
commit 304739e990
1 changed files with 0 additions and 3 deletions

View File

@ -356,9 +356,6 @@ void Gui::hotKey(char key){
else if(key=='S'){
clickCommonCommand(ccStop);
}
else if(key=='M'){
clickCommonCommand(ccMove);
}
}
void Gui::switchToNextDisplayColor(){