1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 17:27:57 +00:00

updated to 10.0c

This commit is contained in:
Zeno Rogue
2017-07-23 01:33:27 +02:00
parent ce5650a81f
commit 8cb8e2a3ec
45 changed files with 2384 additions and 1359 deletions

View File

@@ -55,7 +55,7 @@ void playSeenSound(cell *c) {
playSound(c, "seen-cultistleader");
}
#ifdef SDLAUDIO
#if CAP_SDLAUDIO
bool loaded[landtypes];
Mix_Music* music[landtypes];