improved tile selection cursor for MM game engine
[rocksndiamonds.git] / src / events.c
index e3632df02a71a2c3081f1fb634d0b128d6c7e1dc..2594f131037a9094af67cf36f5950acb2038fca3 100644 (file)
@@ -1890,6 +1890,10 @@ static void HandleKeysSpecial(Key key)
     {
       global.show_frames_per_second = !global.show_frames_per_second;
     }
+    else if (strSuffix(cheat_input, ":xsn"))
+    {
+      tile_cursor.xsn_debug = TRUE;
+    }
   }
   else if (game_status == GAME_MODE_PLAYING)
   {