mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-29 04:47:41 +00:00
shift-awareness in rogueviz
This commit is contained in:
@@ -104,7 +104,7 @@ void set_cell(cell *c) {
|
||||
|
||||
bool qtm_on;
|
||||
|
||||
bool may_set_cell(cell *c, const transmatrix& T) {
|
||||
bool may_set_cell(cell *c, const shiftmatrix& T) {
|
||||
if(qtm_on) set_cell(c);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user