Changeset - r1480:8206e6e947ad
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-03-10 15:41:25
tron@openttd.org
(svn r1984) -Fix: [1155762] Don't try to open the non-existent menu, when F10 is pressed
1 file changed with 1 insertions and 1 deletions:
win32.c
1
1
0 comments (0 inline, 0 general)
win32.c
Show inline comments
 
@@ -332,7 +332,7 @@ static LRESULT CALLBACK WndProcGdi(HWND 
 
			return 0; // do nothing
 
		default: /* ALT in combination with something else */
 
			_pressed_key = MapWindowsKey(wParam) << 16;
 
			break;
 
			return 0;
 
		}
 
		break;
 
	case WM_NCMOUSEMOVE:
0 comments (0 inline, 0 general)