1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-01 18:32:12 +00:00

debug cleanup

This commit is contained in:
Zeno Rogue
2019-05-13 01:57:40 +02:00
parent 402b6aa0ad
commit df3e21b310
27 changed files with 251 additions and 244 deletions
+3 -3
View File
@@ -714,7 +714,7 @@ void check_total_victory() {
}
void achievement_victory(bool hyper) {
DEBB(DF_STEAM, (debugfile,"achievement_victory\n"))
DEBBI(DF_STEAM, ("achievement_victory"))
if(offlineMode) return;
#ifdef HAVE_ACHIEVEMENTS
if(cheater) return;
@@ -726,7 +726,7 @@ void achievement_victory(bool hyper) {
if(peace::on) return;
if(tactic::on) return;
if(chaosmode) return;
DEBB(DF_STEAM, (debugfile,"after checks\n"))
DEBB(DF_STEAM, ("after checks"))
int t = getgametime();
@@ -777,7 +777,7 @@ void achievement_victory(bool hyper) {
}
}
DEBB(DF_STEAM, (debugfile, "uploading scores\n"))
DEBB(DF_STEAM, ("uploading scores"))
upload_score(ih1, t);
upload_score(ih2, turncount);
#endif