mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 22:57:38 +00:00
fixed bugs with manual celllisters
This commit is contained in:
@@ -1011,7 +1011,7 @@ namespace peace {
|
||||
clister.emplace_back(cp, cp);
|
||||
|
||||
int id = 0;
|
||||
celllister cl(manual);
|
||||
manual_celllister cl;
|
||||
while(id < isize(clister)) {
|
||||
cell *c = clister[id].first;
|
||||
cell *fr = clister[id].second;
|
||||
|
Reference in New Issue
Block a user