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