Add transcript message after saving the game

This commit is contained in:
2015-09-16 14:18:47 -04:00
parent 2a609adf04
commit eba7a0c4e6

View File

@@ -2254,6 +2254,7 @@ void do_save(short mode) {
save_party(univ.file, univ);
}
add_string_to_buf("Save: Game saved");
pause(6);
redraw_screen(REFRESH_TEXT);