mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +00:00
removed unused variable in geometry menu
This commit is contained in:
@@ -354,11 +354,6 @@ void showEuclideanMenu() {
|
||||
|
||||
int worldsize;
|
||||
|
||||
int gar =
|
||||
GOLDBERG ? gp::area - 1 :
|
||||
PURE ? 0 :
|
||||
2;
|
||||
|
||||
int euler;
|
||||
if(euclid) euler = 0;
|
||||
else if(sphere && nonorientable) euler = 1;
|
||||
|
Reference in New Issue
Block a user