changeset 36960:1911049add93

Add definition of a default volume. This is just in (the unlikely) case a skin won't define evSetVolume.
author ib
date Mon, 24 Mar 2014 10:51:16 +0000
parents 97a4746e7888
children 127804c3452d
files gui/interface.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/interface.c	Mon Mar 24 10:48:55 2014 +0000
+++ b/gui/interface.c	Mon Mar 24 10:51:16 2014 +0000
@@ -68,6 +68,7 @@
  */
 guiInterface_t guiInfo = {
     .StreamType   = STREAMTYPE_DUMMY,
+    .Volume       = 50.0f,
     .Balance      = 50.0f,
     .PlaylistNext = True
 };