| 508 | |
| 509 | VAR(lastpm, 1, -1, 0); |
| 510 | void zapplayer(playerent *&d) |
| 511 | { |
| 512 | if(d && d->clientnum == lastpm) lastpm = -1; |
| 513 | if(d == (playerent *)camera1) resetcamera(); |
| 514 | DELETEP(d); |
| 515 | } |
| 516 | |
| 517 | void movelocalplayer() |
| 518 | { |
no test coverage detected