mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
Fix a harmless misuse of DEBBI
.
This commit is contained in:
parent
b450ca1596
commit
af69faa646
@ -918,7 +918,7 @@ EX void remove_emergency_save() {
|
||||
}
|
||||
|
||||
EX void saveStats(bool emergency IS(false)) {
|
||||
DEBBI(DF_INIT, ("saveStats [%s]", scorefile));
|
||||
DEBBI(DF_INIT, ("saveStats [", scorefile, "]"));
|
||||
|
||||
if(autocheat) return;
|
||||
#if CAP_TOUR
|
||||
|
Loading…
Reference in New Issue
Block a user