1
0
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:
Arthur O'Dwyer 2020-02-22 23:47:30 -05:00
parent b450ca1596
commit af69faa646

View File

@ -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