shithub: choc

Download patch

ref: 3ab5b528112a0bc9e10bb852e8ae8f2a47103348
parent: 5ce7f5cd613bb96baddc97cb38ad2ee074b0b87c
author: Simon Howard <[email protected]>
date: Wed Oct 25 19:44:23 EDT 2006

Allow F10 to exit in testcontrols mode.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 740

--- a/src/m_menu.c
+++ b/src/m_menu.c
@@ -1501,7 +1501,7 @@
 
     if (testcontrols)
     {
-        if (ch == KEY_ESCAPE)
+        if (ch == KEY_ESCAPE || ch == KEY_F10)
         {
             I_Quit();
             return true;