Changeset - r582:b566e33a056e
[Not reviewed]
master
0 1 0
darkvater - 19 years ago 2004-12-09 23:49:23
darkvater@openttd.org
(svn r1002) -Fixed the placement of the OpenTTD logo a bit (thx Jango).
1 file changed with 7 insertions and 7 deletions:
0 comments (0 inline, 0 general)
main_gui.c
Show inline comments
 
@@ -2220,14 +2220,14 @@ static void MainWindowWndProc(Window *w,
 
		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);
0 comments (0 inline, 0 general)