- added Edward-san's fix for the turbo CCMD.

SVN r2998 (trunk)
This commit is contained in:
Christoph Oelckers 2010-11-07 23:50:21 +00:00
parent 332d9b9ad1
commit 2f06007ad4

View file

@ -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
{