mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-26 07:02:49 +00:00
gp:: pattern value for INVERSE
This commit is contained in:
parent
a54de5273f
commit
a32ddbb4f5
@ -1423,6 +1423,13 @@ EX namespace gp {
|
||||
}
|
||||
return C0;
|
||||
}
|
||||
|
||||
int pattern_value(cell *c) override {
|
||||
println(hlog, "here");
|
||||
auto c1 = get_mapped(c, 0);
|
||||
return UIU(currentmap->pattern_value(c1));
|
||||
println(hlog, "done");
|
||||
}
|
||||
};
|
||||
|
||||
EX hrmap* new_inverse() { return new hrmap_inverse; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user