1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 11:57:58 +00:00

renamed the size function to isize

This commit is contained in:
Zeno Rogue
2018-06-22 14:47:24 +02:00
parent 23874e0de4
commit 63869c6d33
51 changed files with 596 additions and 595 deletions

View File

@@ -65,7 +65,7 @@ void recursive_delete(heptagon *h, int i) {
delete hm;
hm = allmaps.back();
allmaps.pop_back();
DEBSM(printf("map found (%d altmaps total)\n", size(allmaps));)
DEBSM(printf("map found (%d altmaps total)\n", isize(allmaps));)
break;
}
}