summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-12-09 23:49:23 +0000
committerdarkvater <darkvater@openttd.org>2004-12-09 23:49:23 +0000
commitdcafdf5e50da6a91b1c33a21b097d26262edcbe2 (patch)
tree27ea0a94177a9c03e697b39b96ec23d409c52f8e /main_gui.c
parenta0992352ee1c1c4894823bd50787af7e1d0b8db7 (diff)
downloadopenttd-dcafdf5e50da6a91b1c33a21b097d26262edcbe2.tar.xz
(svn r1002) -Fixed the placement of the OpenTTD logo a bit (thx Jango).
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/main_gui.c b/main_gui.c
index 64c69f610..80567b2ed 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -2220,14 +2220,14 @@ static void MainWindowWndProc(Window *w, WindowEvent *e) {
if (_game_mode == GM_MENU) {
off_x = _screen.width / 2;
- DrawSprite(SPR_OTTD_O, off_x - 114, 50);
- DrawSprite(SPR_OTTD_P, off_x - 80, 50);
- DrawSprite(SPR_OTTD_E, off_x - 47, 50);
- DrawSprite(SPR_OTTD_N, off_x - 16, 50);
-
- DrawSprite(SPR_OTTD_T, off_x + 28, 50);
- DrawSprite(SPR_OTTD_T, off_x + 59, 50);
- DrawSprite(SPR_OTTD_D, off_x + 90, 50);
+ DrawSprite(SPR_OTTD_O, off_x - 120, 50);
+ DrawSprite(SPR_OTTD_P, off_x - 86, 50);
+ DrawSprite(SPR_OTTD_E, off_x - 53, 50);
+ DrawSprite(SPR_OTTD_N, off_x - 22, 50);
+
+ DrawSprite(SPR_OTTD_T, off_x + 34, 50);
+ DrawSprite(SPR_OTTD_T, off_x + 65, 50);
+ DrawSprite(SPR_OTTD_D, off_x + 96, 50);
/*
DrawSprite(SPR_OTTD_R, off_x + 119, 50);