diff -ur com.roguetemple.hyperroid/AndroidManifest.xml hyperroid/AndroidManifest.xml --- com.roguetemple.hyperroid/AndroidManifest.xml 2015-03-11 09:59:01.070147132 +0100 +++ hyperroid/AndroidManifest.xml 2014-03-25 12:36:36.000000000 +0100 @@ -1,7 +1,7 @@ + android:versionCode="441" android:versionName="4.4a"> 1) curvol = 1; + if(backgroundmusic != null) backgroundmusic.setVolume(curvol, curvol); } } else if(backgroundmusic == null) { - int id = 0; + int id = R.raw.crossroads; if(curland == 3) id = R.raw.desert; if(curland == 4) id = R.raw.icyland; if(curland == 5) id = R.raw.caves;