mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-18 14:45:12 +00:00
Make it compile on Linux with gcc/clang
This commit is contained in:
@@ -2240,7 +2240,7 @@ EX void edit_levellines(char c) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
EX geom3::eSpatialEmbedding shown_spatial_embedding() {
|
geom3::eSpatialEmbedding shown_spatial_embedding() {
|
||||||
if(GDIM == 2) return geom3::seNone;
|
if(GDIM == 2) return geom3::seNone;
|
||||||
return geom3::spatial_embedding;
|
return geom3::spatial_embedding;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user