From: Holger Schemel Date: Sat, 28 Sep 2024 11:02:05 +0000 (+0200) Subject: changed allowing negative number of gems needed in level editor X-Git-Tag: 4.4.0.0-test-4~188 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=9331b7b2d8438318bfa4ee7a2a7b453a590e8570;p=rocksndiamonds.git changed allowing negative number of gems needed in level editor --- diff --git a/src/editor.c b/src/editor.c index 58fcaee6..4f067b93 100644 --- a/src/editor.c +++ b/src/editor.c @@ -1778,7 +1778,7 @@ static struct { ED_COUNTER_ID_LEVEL_GEMSLIMIT, ED_LEVEL_SETTINGS_XPOS(0), ED_LEVEL_SETTINGS_YPOS(5), - 0, 999, + -999, 999, GADGET_ID_LEVEL_GEMSLIMIT_DOWN, GADGET_ID_LEVEL_GEMSLIMIT_UP, GADGET_ID_LEVEL_GEMSLIMIT_TEXT, GADGET_ID_NONE, &level.gems_needed,