shift-awareness in rogueviz

This commit is contained in:
Zeno Rogue
2020-07-29 23:34:00 +02:00
parent e99251e70c
commit 9d0a252d14
18 changed files with 109 additions and 105 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ transmatrix random_snow_matrix(cell *c) {
}
}
bool draw_snow(cell *c, const transmatrix& V) {
bool draw_snow(cell *c, const shiftmatrix& V) {
if(!matrices_at.count(c)) {
auto& v = matrices_at[c];