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

3d:: 2D/3D is now selectable at runtime

This commit is contained in:
?
2019-02-24 19:40:01 +01:00
committed by Zeno Rogue
parent 1f8510bc71
commit d08e58f404
17 changed files with 208 additions and 232 deletions

View File

@@ -443,7 +443,7 @@ union SDL_Event;
#endif
#endif
#define DIM 3
#define MAXDIM 4
#ifndef CAP_GEOMETRY
#define CAP_GEOMETRY (!(ISMINI))