mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-29 08:22:51 +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;
|
map<int, map<int, vector<polytodraw>>> xptds;
|
||||||
for(int i=0; i<4; i++) for(auto& p: subscr[i])
|
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) {
|
for(auto& sm: xptds) for(auto& sm2: sm.second) {
|
||||||
int i = sm2.first;
|
int i = sm2.first;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user