# HG changeset patch # User ib # Date 1395658276 0 # Node ID 1911049add93fd2d8833f05e676a402bcb30f4f5 # Parent 97a4746e7888b413ceaf65d2812fd4601da131ac Add definition of a default volume. This is just in (the unlikely) case a skin won't define evSetVolume. diff -r 97a4746e7888 -r 1911049add93 gui/interface.c --- 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 };