1
0
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:
Locria Cyber
2023-02-01 12:28:49 +00:00
parent 4fa7da8d9e
commit d16317f55e

View File

@@ -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;
} }