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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user