1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-17 14:17:10 +00:00

3D:: sightranges are now configurable

This commit is contained in:
?
2019-02-25 17:21:53 +01:00
committed by Zeno Rogue
parent 46250081ec
commit fb71d4fd15
6 changed files with 35 additions and 21 deletions

View File

@@ -196,6 +196,8 @@ typedef complex<ld> cld;
#endif
#define MDIM (DIM+1)
extern array<ld, gGUARD> sightranges;
struct hyperpoint : array<ld, MAXDIM> {
hyperpoint() {}