1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-13 05:37:38 +00:00

irr:: fixed a bug in auto_creator()

This commit is contained in:
Zeno Rogue
2018-07-17 14:38:44 +02:00
parent 4965fd8a83
commit 88ed1af315

View File

@@ -578,6 +578,7 @@ void visual_creator() {
}
void auto_creator() {
irr::on = false;
int cc = cellcount;
visual_creator();
cellcount = cc; density = cc / isize(base->allcells());