| 199 | } |
| 200 | |
| 201 | void zEntSetup(zEnt* ent) |
| 202 | { |
| 203 | xEntSetup(ent); |
| 204 | checkpoint_collision_hack(ent); |
| 205 | } |
| 206 | |
| 207 | // Equivalent |
| 208 | // This function needs to be declared inline to generate the correct mangled name for model_id |
no test coverage detected