| 1163 | } |
| 1164 | |
| 1165 | static void CPE_ExtRemovePlayerName(cc_uint8* data) { |
| 1166 | EntityID id = data[1]; |
| 1167 | TabList_Remove(id); |
| 1168 | } |
| 1169 | |
| 1170 | static void CPE_MakeSelection(cc_uint8* data) { |
| 1171 | IVec3 p1, p2; |
nothing calls this directly
no test coverage detected