# HG changeset patch # User darkvater # Date 1102636163 0 # Node ID c49fcdc4241b7be6c56e18c89654b588c0262f62 # Parent 3e83b468ee56c8ccc918f3426d278c71e6b36d22 (svn r1002) -Fixed the placement of the OpenTTD logo a bit (thx Jango). diff -r 3e83b468ee56 -r c49fcdc4241b main_gui.c --- a/main_gui.c Thu Dec 09 23:20:32 2004 +0000 +++ b/main_gui.c Thu Dec 09 23:49:23 2004 +0000 @@ -2220,14 +2220,14 @@ 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_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 + 28, 50); - DrawSprite(SPR_OTTD_T, off_x + 59, 50); - DrawSprite(SPR_OTTD_D, off_x + 90, 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);