mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-07 12:57:57 +00:00
CAP_FIELD part 1
This commit is contained in:
@@ -43,6 +43,7 @@ blizzardcell* getbcell(cell *c) {
|
||||
}
|
||||
|
||||
void drawBlizzards() {
|
||||
#if CAP_POLY && CAP_FIELD
|
||||
poly_outline = OUTLINE_NONE;
|
||||
auto it = blizzardcells.begin();
|
||||
bcells.clear();
|
||||
@@ -201,6 +202,7 @@ void drawBlizzards() {
|
||||
|
||||
for(auto bc: bcells)
|
||||
bc->c->listindex = bc->tmp;
|
||||
#endif
|
||||
}
|
||||
|
||||
vector<cell*> arrowtraps;
|
||||
|
Reference in New Issue
Block a user