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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user