mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
removed some music debug
This commit is contained in:
parent
764afbcd11
commit
c07f84205b
@ -172,7 +172,6 @@ EX bool loadMusicInfo(string dir) {
|
|||||||
if(buf[5] == 'L' && buf[6] == '=') musiclength[id] = atoi(buf+7);
|
if(buf[5] == 'L' && buf[6] == '=') musiclength[id] = atoi(buf+7);
|
||||||
else if(buf[5] == '*' && buf[6] == '/') musfname[id] = dir2 + (buf+7);
|
else if(buf[5] == '*' && buf[6] == '/') musfname[id] = dir2 + (buf+7);
|
||||||
else musfname[id] = buf+5;
|
else musfname[id] = buf+5;
|
||||||
println(hlog, "set up for id=", id);
|
|
||||||
music_available = true;
|
music_available = true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user