rnd-20050608-1-src
[rocksndiamonds.git] / src / editor.c
index 988c1cdccc22da4b438a1b2093b4af669e9a07e2..0550f3e71131692d973f83ace88ad3bd14724aa1 100644 (file)
@@ -1256,6 +1256,7 @@ static struct ValueTextInfo options_access_protected[] =
 
 static struct ValueTextInfo options_access_direction[] =
 {
+  { MV_NO_DIRECTIONS,          "no direction"                  },
   { MV_LEFT,                   "left"                          },
   { MV_RIGHT,                  "right"                         },
   { MV_UP,                     "up"                            },