mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
fix in rogueviz-banachtarski
This commit is contained in:
parent
bc5208253c
commit
e7dbe6214d
@ -401,7 +401,7 @@ void bantar_frame() {
|
||||
|
||||
map<int, map<int, vector<polytodraw>>> xptds;
|
||||
for(int i=0; i<4; i++) for(auto& p: subscr[i])
|
||||
xptds[p.prio][i].push_back(p);
|
||||
xptds[int(p.prio)][i].push_back(p);
|
||||
|
||||
for(auto& sm: xptds) for(auto& sm2: sm.second) {
|
||||
int i = sm2.first;
|
||||
|
Loading…
Reference in New Issue
Block a user