mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 09:57:41 +00:00
shift-awareness in rogueviz
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user