X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=5c3298f84201a9e98daeaa1190e17a2500812152;hb=91d0abcc7245a29c7c938ad2b48f9c85075e0e34;hp=1e45e10641304a26a353278d04b6aea85f7d1dd9;hpb=ad15815ec04f42779d0717a6d291f93b8e847d39;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index 1e45e106..5c3298f8 100644 --- a/src/editor.c +++ b/src/editor.c @@ -5412,6 +5412,15 @@ static void DrawPropertiesInfo() int screen_line = 0; int i, x, y; +#if DEBUG + if (IS_CUSTOM_ELEMENT(properties_element)) + { + DrawTextF(pad_x, pad_y + screen_line++ * font2_height, FONT_TEXT_3, + "[Custom Element %d]", properties_element - EL_CUSTOM_START + 1); + screen_line++; + } +#endif + /* ----- print number of elements / percentage of this element in level */ num_elements_in_level = 0;