Remove some redundant code.

This commit is contained in:
Bill Currie 2011-12-20 15:20:38 +09:00
parent 5bb7d1daba
commit b01ba9a9c6

View file

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