mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-21 19:41:25 +00:00
Remove some redundant code.
This commit is contained in:
parent
5bb7d1daba
commit
b01ba9a9c6
1 changed files with 0 additions and 2 deletions
|
@ -402,8 +402,6 @@ teleport_touch =
|
|||
if (other.classname == "player") {
|
||||
other.fixangle = 1; // turn this way immediately
|
||||
other.teleport_time = time + 0.7;
|
||||
if (other.flags & FL_ONGROUND)
|
||||
other.flags &= ~FL_ONGROUND;
|
||||
other.velocity = v_forward * 300;
|
||||
}
|
||||
other.flags &= ~FL_ONGROUND;
|
||||
|
|
Loading…
Reference in a new issue