]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
sv_user: Remove redundant return/unreachable code
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 29 Mar 2021 20:55:11 +0000 (20:55 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 29 Mar 2021 20:55:11 +0000 (20:55 +0000)
commitd393a999100dfd746063ea58dc277dfa75333419
treec7d36e6fc3bc5537100e7641f7f0e57de409028b
parentabfdafcf23981b3de44fcb031d462a568368111f
sv_user: Remove redundant return/unreachable code

moveframetime is already checked a few lines above and already returns
if it's less than 0.0005, making the redundant return unreachable.

From bones_was_here

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13098 d7cf8633-e32d-0410-b094-e92efae38249
sv_user.c