projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23b6fe9
)
changed allowing negative number of gems needed in level editor
author
Holger Schemel
<holger.schemel@virtion.de>
Sat, 28 Sep 2024 11:02:05 +0000
(13:02 +0200)
committer
Holger Schemel
<holger.schemel@virtion.de>
Sat, 28 Sep 2024 11:02:07 +0000
(13:02 +0200)
src/editor.c
patch
|
blob
|
history
diff --git
a/src/editor.c
b/src/editor.c
index 58fcaee6437ff6ec6749bc4af90ddcf5fbc6d252..4f067b934cb56f2b94b627d365f8e72dfa5914b2 100644
(file)
--- 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,