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:
parent
f6000cbf7a
commit
0c2c32c126
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user