diff --git a/src/g_game.cpp b/src/g_game.cpp index 1153a9e7c..19acf8c57 100644 --- a/src/g_game.cpp +++ b/src/g_game.cpp @@ -240,9 +240,9 @@ CUSTOM_CVAR (Float, turbo, 100.f, 0) { self = 10.f; } - else if (self > 256.f) + else if (self > 255.f) { - self = 256.f; + self = 255.f; } else {