diff --git a/mapeditor.cpp b/mapeditor.cpp index b120335d..f27ea924 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -1673,10 +1673,12 @@ EX namespace mapeditor { } void showList() { + string caption; dialog::v.clear(); if(painttype == 4) painttype = 0; switch(painttype) { case 0: + caption = "monsters"; for(int i=0; i= '1' && uni <= '9') uni = 1000 + uni - '1'; - if(sym == SDLK_RETURN || sym == SDLK_KP_ENTER || sym == '-' || sym == SDLK_KP_MINUS) uni = 1000; - for(int z=0; z