added tile selection cursor for playing MM levels with keyboard or joystick
[rocksndiamonds.git] / src / screens.c
index 3eff48ed7c0cc40789d074ed428e6a969d522c24..680b2e62170e727c80e515b5bf1cb35925df6187 100644 (file)
@@ -421,6 +421,7 @@ static struct
   char *text;
 } touch_controls_list[] =
 {
+  {    TOUCH_CONTROL_OFF,              "Off"                   },
   {    TOUCH_CONTROL_VIRTUAL_BUTTONS,  "Virtual Buttons"       },
   {    TOUCH_CONTROL_WIPE_GESTURES,    "Wipe Gestures"         },
   {    TOUCH_CONTROL_FOLLOW_FINGER,    "Follow Finger"         },