mirror of
https://github.com/glest/glest-source.git
synced 2025-09-07 22:40:42 +02:00
'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:
@@ -356,9 +356,6 @@ void Gui::hotKey(char key){
|
|||||||
else if(key=='S'){
|
else if(key=='S'){
|
||||||
clickCommonCommand(ccStop);
|
clickCommonCommand(ccStop);
|
||||||
}
|
}
|
||||||
else if(key=='M'){
|
|
||||||
clickCommonCommand(ccMove);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Gui::switchToNextDisplayColor(){
|
void Gui::switchToNextDisplayColor(){
|
||||||
|
Reference in New Issue
Block a user