| 1078 | } |
| 1079 | |
| 1080 | static void CPE_ApplyTexturePack(const cc_string* url) { |
| 1081 | if (!url->length || Utils_IsUrlPrefix(url)) { |
| 1082 | Server_RetrieveTexturePack(url); |
| 1083 | } |
| 1084 | Platform_Log1("Tex url: %s", url); |
| 1085 | } |
| 1086 | |
| 1087 | |
| 1088 | static void CPE_SetClickDistance(cc_uint8* data) { |
no test coverage detected