X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.c;h=2955faecfba6787249536d83bcab1ccae933c9d3;hp=8ea4472cef8931abc2f9514461f5716795d72090;hb=50c422d96b6da2c0412b6bd3763e9d1a029a6014;hpb=4f767d54c7ac468e9a42e22caf716111be1ceba9 diff --git a/src/editor.c b/src/editor.c index 8ea4472c..2955faec 100644 --- a/src/editor.c +++ b/src/editor.c @@ -694,7 +694,7 @@ void LevelEd(int mx, int my, int button) } else /********** EDIT/CTRL-FENSTER **********/ { - static long choice_delay = 0; + static unsigned long choice_delay = 0; int choice = CheckElemButtons(mx,my,button); int elem_pos = choice-ED_BUTTON_ELEM;