F2 now works to enable scenerio editor.

This commit is contained in:
Justin Marshall
2020-06-05 19:01:30 -07:00
parent ca2e5bc7e6
commit f1a566c39d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -578,7 +578,7 @@ typedef enum KeyNumType {
KN_F10 = VK_F10,
KN_F11 = VK_F11,
KN_F12 = VK_F12,
KN_F2 = VK_F2,
KN_F2 = 59,
KN_F3 = VK_F3,
KN_F4 = VK_F4,
KN_F5 = VK_F5,