projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e5f088d
)
added 1%, 2% and 5% to volume controls for sound and music settings
author
Holger Schemel
<info@artsoft.org>
Fri, 20 Feb 2015 23:45:48 +0000
(
00:45
+0100)
committer
Holger Schemel
<info@artsoft.org>
Fri, 20 Feb 2015 23:45:48 +0000
(
00:45
+0100)
ChangeLog
patch
|
blob
|
history
src/screens.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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
diff --git
a/src/screens.c
b/src/screens.c
index 33da76b253b67ab4dcabc307ba575ab4d7e9a7bf..d7a2b63e6883d10a6607eea3584561b16f866365 100644
(file)
--- a/
src/screens.c
+++ b/
src/screens.c
@@
-317,6
+317,9
@@
static struct
} volumes_list[] =
{
{ 0, "0 %" },
+ { 1, "1 %" },
+ { 2, "2 %" },
+ { 5, "5 %" },
{ 10, "10 %" },
{ 20, "20 %" },
{ 30, "30 %" },