Changeset - r609:130720c32766
[Not reviewed]
master
0 1 0
dominik - 19 years ago 2004-12-12 18:06:48
dominik@openttd.org
(svn r1033) -Add: 'l' openes the landscaping toolbar globally
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
main_gui.c
Show inline comments
 
@@ -51,7 +51,6 @@ void HandleOnEditTextCancel() {
 
#ifdef ENABLE_NETWORK
 
	case 4:
 
		NetworkDisconnect();
 
		ShowNetworkGameWindow();
 
		break;
 
#endif /* ENABLE_NETWORK */
 
	}
 
@@ -1809,6 +1808,7 @@ static void MainToolbarWndProc(Window *w
 
		case WKC_PAUSE:
 
			ToolbarPauseClick(w);
 
			break;
 
		case 'L': ShowTerraformToolbar(); break;
 
		case WKC_F2: ShowGameOptions(); break;
 
		case WKC_F3: MenuClickSaveLoad(0); break;
 
		case WKC_F4: ShowSmallMap(); break;
 
@@ -2229,7 +2229,7 @@ static void MainWindowWndProc(Window *w,
 
			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);
 
			DrawSprite(SPR_OTTD_A, off_x + 148, 50);
0 comments (0 inline, 0 general)