main_gui.c
changeset 2951 2de6d3a59743
parent 2866 23cf6ec995b1
child 2952 58522ed8f0f1
--- a/main_gui.c	Wed Feb 01 06:12:02 2006 +0000
+++ b/main_gui.c	Wed Feb 01 06:32:03 2006 +0000
@@ -2214,9 +2214,9 @@
 		if (w->message.msg) { // true when saving is active
 			DrawStringCentered(320, 1, STR_SAVING_GAME, 0);
 		} else if (_do_autosave) {
-			DrawStringCentered(320, 1,	STR_032F_AUTOSAVE, 0);
+			DrawStringCentered(320, 1, STR_032F_AUTOSAVE, 0);
 		} else if (_pause) {
-			DrawStringCentered(320, 1,	STR_0319_PAUSED, 0);
+			DrawStringCentered(320, 1, STR_0319_PAUSED, 0);
 		} else if (WP(w,def_d).data_1 > -1280 && FindWindowById(WC_NEWS_WINDOW,0) == NULL && _statusbar_news_item.string_id != 0) {
 			// Draw the scrolling news text
 			if (!DrawScrollingStatusText(&_statusbar_news_item, WP(w,def_d).data_1))
@@ -2226,7 +2226,7 @@
 				// This is the default text
 				SetDParam(0, p->name_1);
 				SetDParam(1, p->name_2);
-				DrawStringCentered(320, 1,	STR_02BA, 0);
+				DrawStringCentered(320, 1, STR_02BA, 0);
 			}
 		}