1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 02:37:55 +00:00

gp:: added -gph (better -gp)

This commit is contained in:
Zeno Rogue
2022-01-08 19:20:53 +01:00
parent 7ea8c765d9
commit 450aa28d67
2 changed files with 7 additions and 1 deletions

View File

@@ -761,7 +761,7 @@ EX namespace gp {
return eVariation::goldberg;
}
void whirl_set(loc xy) {
EX void whirl_set(loc xy) {
xy = internal_representation(xy);
if(xy.second && xy.second != xy.first && nonorientable) {
addMessage(XLAT("This does not work in non-orientable geometries"));