1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

nilrider:: debug removed

This commit is contained in:
Zeno Rogue 2022-05-06 18:51:25 +02:00
parent f6000cbf7a
commit 0c2c32c126

View File

@ -132,7 +132,6 @@ bool turn(int delta) {
if(fail && crash_sound) { if(fail && crash_sound) {
char ch = curlev->mapchar(curlev->current.where); char ch = curlev->mapchar(curlev->current.where);
println(hlog, "got ch = ", ch);
if(ch == 'r') { if(ch == 'r') {
playSound(cwt.at, "closegate"); playSound(cwt.at, "closegate");
crash_sound = false; crash_sound = false;