added 1%, 2% and 5% to volume controls for sound and music settings
authorHolger Schemel <info@artsoft.org>
Fri, 20 Feb 2015 23:45:48 +0000 (00:45 +0100)
committerHolger Schemel <info@artsoft.org>
Fri, 20 Feb 2015 23:45:48 +0000 (00:45 +0100)
ChangeLog
src/screens.c

index a96f3361cb2aab99313071141bfc97b733f86abd..cbfc6a50216a0fe332b41e2aebbfbbe9b30a8cb3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-02-21
+       * added 1%, 2% and 5% to volume controls for sound and music settings
+
 2015-02-14
        * fixed bug with editor border element not adjusted after resizing level
        * changed unused playfield from "default" to "empty" after loading level
index 33da76b253b67ab4dcabc307ba575ab4d7e9a7bf..d7a2b63e6883d10a6607eea3584561b16f866365 100644 (file)
@@ -317,6 +317,9 @@ static struct
 } volumes_list[] =
 {
   {    0,      "0 %"                           },
+  {    1,      "1 %"                           },
+  {    2,      "2 %"                           },
+  {    5,      "5 %"                           },
   {    10,     "10 %"                          },
   {    20,     "20 %"                          },
   {    30,     "30 %"                          },