mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
shift-awareness in rogueviz
This commit is contained in:
@@ -103,7 +103,7 @@ struct hrmap_rewrite : hrmap_hyperbolic {
|
||||
|
||||
};
|
||||
|
||||
bool labeller(cell* c, const transmatrix& V) {
|
||||
bool labeller(cell* c, const shiftmatrix& V) {
|
||||
auto m = dynamic_cast<hrmap_rewrite*> (currentmap);
|
||||
if(m) {
|
||||
string s = m->asg[c->master].second;
|
||||
|
Reference in New Issue
Block a user