rnd-20050807-1-src
[rocksndiamonds.git] / src / events.c
index 6b5ec687d3aa6ae1000a8e9da1130bedade0d244..debb368b11c0d06426fc6b00898a04af2f1b7a37 100644 (file)
@@ -569,6 +569,10 @@ static void HandleKeysSpecial(Key key)
     {
       DumpBrush();
     }
+    else if (is_string_suffix(cheat_input, ":DDB"))
+    {
+      DumpBrush_Small();
+    }
   }
 }