13 lines
864 B
Diff
13 lines
864 B
Diff
diff -wrupN ecwolf.orig/src/wl_play.cpp ecwolf/src/wl_play.cpp
|
|
--- ecwolf.orig/src/wl_play.cpp 2022-07-11 10:32:39.582296512 -0400
|
|
+++ ecwolf/src/wl_play.cpp 2022-07-11 11:54:24.558036327 -0400
|
|
@@ -100,7 +100,8 @@ ControlScheme controlScheme[] =
|
|
{ bt_zoom, "Zoom", -1, -1, -1, CS_AxisDigital, 0 },
|
|
{ bt_automap, "Automap", -1, -1, -1, CS_AxisDigital, 0 },
|
|
{ bt_showstatusbar, "Show Status", -1, sc_Tab, -1, CS_AxisDigital, 0 },
|
|
- { bt_pause, "Pause", -1, sc_Pause, -1, CS_AxisDigital, 0 },
|
|
+ { bt_pause, "Pause Game", -1, sc_Enter, -1, CS_AxisDigital, 0 },
|
|
+ { bt_esc, "Escape Game", -1, sc_Escape, -1, CS_AxisDigital, 0 },
|
|
|
|
// End of List
|
|
{ bt_nobutton, NULL, -1, -1, -1, CS_AxisDigital, 0 }
|