1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-16 05:37:11 +00:00

removed 'stdeuclid' and using 'masterless' since it was too similar to 'stdeuc'

This commit is contained in:
Zeno Rogue
2018-08-18 17:35:39 +02:00
parent 682f804576
commit a92cc33426
4 changed files with 25 additions and 26 deletions

View File

@@ -865,7 +865,7 @@ void resetview() {
DEBB(DF_GRAPH, (debugfile,"reset view\n"));
View = Id;
// EUCLIDEAN
if(!stdeuclid)
if(!masterless)
viewctr.at = cwt.at->master,
viewctr.spin = cwt.spin;
else centerover = cwt;