mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-11 14:56:00 +00:00
disabled run in non-hyperbolic, implemented in weird hyperbolic, disabled PMC in non-hyperbolic
This commit is contained in:
10
netgen.cpp
10
netgen.cpp
@@ -704,6 +704,14 @@ namespace netgen {
|
||||
popScreen();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
void run() {
|
||||
if(euclid)
|
||||
addMessage("Useless in Euclidean geometry.");
|
||||
else if(sphere)
|
||||
addMessage("Not implemented for spherical geometry.");
|
||||
else
|
||||
pushScreen(show);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user