diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -2249,7 +2249,7 @@ int main(int argc, char *argv[]) sdl_open(); http_init(http_proxy_string[0] ? http_proxy_string : NULL); - + if (cpu_check()) { error_ui(vid_buf, 0, "Unsupported CPU. Try another version."); @@ -3273,9 +3273,7 @@ int main(int argc, char *argv[]) if (save_name_ui(vid_buf)){ execute_save(vid_buf); if(svf_id[0]){ - char tmpstring[256] = ""; - sprintf(tmpstring, "Save uploaded with the ID %s", svf_id); - info_ui(vid_buf, "Uploaded new save", tmpstring); + copytext_ui(vid_buf, "Save ID", "Saved successfully!", svf_id); } } } |
