saveload.c
changeset 2749 46aba09ca365
parent 2694 99d88a9d5337
child 2808 35e0e9c6c227
--- a/saveload.c	Tue Dec 13 20:20:44 2005 +0000
+++ b/saveload.c	Tue Dec 13 21:21:57 2005 +0000
@@ -1356,7 +1356,7 @@
 	/* An instance of saving is already active, so don't go saving again */
 	if (_ts.saveinprogress && mode == SL_SAVE) {
 		// if not an autosave, but a user action, show error message
-		if (!_do_autosave) ShowErrorMessage(_error_message, STR_SAVE_STILL_IN_PROGRESS, 0, 0);
+		if (!_do_autosave) ShowErrorMessage(INVALID_STRING_ID, STR_SAVE_STILL_IN_PROGRESS, 0, 0);
 		return SL_OK;
 	}
 	WaitTillSaved();