mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 11:41:46 +02:00
Removed max speed limit
This commit is contained in:
@@ -8369,7 +8369,7 @@ namespace Game {
|
|||||||
|
|
||||||
Lang & lang = Lang::getInstance();
|
Lang & lang = Lang::getInstance();
|
||||||
|
|
||||||
if (this->speed < Config::getInstance().getInt("FastSpeedLoops", "8")) {
|
//if (this->speed < Config::getInstance().getInt("FastSpeedLoops", "8")) {
|
||||||
if (this->speed == 0) {
|
if (this->speed == 0) {
|
||||||
this->speed = 1;
|
this->speed = 1;
|
||||||
} else {
|
} else {
|
||||||
@@ -8381,7 +8381,7 @@ namespace Game {
|
|||||||
1) ?
|
1) ?
|
||||||
lang.getString("Normal") : "x" +
|
lang.getString("Normal") : "x" +
|
||||||
intToStr(this->speed)));
|
intToStr(this->speed)));
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Game::decSpeed() {
|
void Game::decSpeed() {
|
||||||
|
Reference in New Issue
Block a user