Merge branch 'maint'

This commit is contained in:
Randy Heit 2013-11-19 21:01:15 -06:00
commit fe67ae5e54
21 changed files with 35 additions and 14 deletions

View file

@ -565,7 +565,7 @@ void G_BuildTiccmd (ticcmd_t *cmd)
int tspeed = speed;
if (turnheld < SLOWTURNTICS)
tspeed *= 2; // slow turn
tspeed += 2; // slow turn
if (Button_Right.bDown)
{