mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
prevented uninitialized variable warning
This commit is contained in:
parent
1fe234fe75
commit
05d138ff69
@ -356,7 +356,7 @@ void showEuclideanMenu() {
|
||||
|
||||
int worldsize;
|
||||
|
||||
int euler;
|
||||
int euler = 0;
|
||||
if(euclid) euler = 0;
|
||||
else if(sphere && nonorientable) euler = 1;
|
||||
else if(sphere) euler = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user