| 391 | } |
| 392 | |
| 393 | void zEntTeleportBox_Open(_zEntTeleportBox* ent) |
| 394 | { |
| 395 | if (ent->status == STATUS_CLOSED) |
| 396 | { |
| 397 | ent->status = STATUS_OPEN; |
| 398 | } |
| 399 | } |
| 400 | |
| 401 | void zEntTeleportBox_Close(_zEntTeleportBox* ent) |
| 402 | { |
no outgoing calls
no test coverage detected