(GameExportsImpl gameExports)
| 127 | private int index; |
| 128 | |
| 129 | public void InitClientResp(GameExportsImpl gameExports) { |
| 130 | //memset(& client.resp, 0, sizeof(client.resp)); |
| 131 | this.resp.clear(); // ok. |
| 132 | this.resp.enterframe = gameExports.level.framenum; |
| 133 | this.resp.coop_respawn.set(this.pers); |
| 134 | } |
| 135 | |
| 136 | /** Clears the game client structure. */ |
| 137 | public void clear() |
no test coverage detected