| 1436 | } |
| 1437 | |
| 1438 | static void SaveLevelScreen_UploadCallback(const cc_string* path) { |
| 1439 | cc_result res = SaveLevelScreen_SaveMap(path); |
| 1440 | if (!res) { |
| 1441 | Chat_Add1("&eSaved map to: %s", path); |
| 1442 | CPE_SendNotifyAction(NOTIFY_ACTION_LEVEL_SAVED, 0); |
| 1443 | } |
| 1444 | } |
| 1445 | |
| 1446 | static void SaveLevelScreen_File(void* screen, void* b) { |
| 1447 | static const char* const titles[] = { |
nothing calls this directly
no test coverage detected