summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-02-01 06:32:03 +0000
committertron <tron@openttd.org>2006-02-01 06:32:03 +0000
commit9712d6f639c2a32aac05c22ff17cdb3ee32a977d (patch)
tree567a406e1224ab13f36027469339c6c42ada96f1 /main_gui.c
parentf2c5567ab52345ef3830cea712d4ee7112ce8d7f (diff)
downloadopenttd-9712d6f639c2a32aac05c22ff17cdb3ee32a977d.tar.xz
(svn r3510) Fiddle with whitespace and parentheses
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main_gui.c b/main_gui.c
index 066492711..e36645cb4 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -2214,9 +2214,9 @@ static void StatusBarWndProc(Window *w, WindowEvent *e)
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 @@ static void StatusBarWndProc(Window *w, WindowEvent *e)
// 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);
}
}