]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Fixes a major bug with g_multijump, causing insane speeds when respawning and pressin...
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 15 Apr 2011 21:23:31 +0000 (00:23 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 15 Apr 2011 21:23:31 +0000 (00:23 +0300)
commite1ea117191866018eab28a0471caea77dd0e520e
tree6c012a5be9775a01a69b54f308f209ecd1339653
parente9f3e2397be8aae00ac2b4912edf9c8fc3221c25
Fixes a major bug with g_multijump, causing insane speeds when respawning and pressing jump + forward. Antilag takeback velocity compares origins to determine velocity over a given amount of time. And if this float isn't set, it compares the distance from where the player was and where he respawns, causing insane speeds. This is already set for teleporters, but this commit also adds it when respawning, since we are teleported to another origin.
qcsrc/server/cl_client.qc