1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 17:29:57 +00:00

fixed Java encoding

This commit is contained in:
Zeno Rogue 2021-05-31 20:31:25 +02:00
parent 2a4c7bd565
commit f75688851b

View File

@ -553,7 +553,7 @@ public class HyperRogue extends Activity implements SensorEventListener {
if(curland == 50) id = R.raw.avino-ocean; // Warped Coast if(curland == 50) id = R.raw.avino-ocean; // Warped Coast
if(curland == 52) id = R.raw.crossroads; // Crossroads IV if(curland == 52) id = R.raw.crossroads; // Crossroads IV
if(curland == 53) id = R.raw.avino-ivory; // Yendorian Forest if(curland == 53) id = R.raw.avino-ivory; // Yendorian Forest
if(curland == 54) id = R.raw.crossroads; // Galápagos if(curland == 54) id = R.raw.crossroads; // Galápagos
if(curland == 55) id = R.raw.caves; // Dragon Chasms if(curland == 55) id = R.raw.caves; // Dragon Chasms
if(curland == 56) id = R.raw.avino-ocean; // Kraken Depths if(curland == 56) id = R.raw.avino-ocean; // Kraken Depths
if(curland == 57) id = R.raw.graveyard; // Burial Grounds if(curland == 57) id = R.raw.graveyard; // Burial Grounds