1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-11 19:23:01 +00:00

an option to display full floors

This commit is contained in:
Zeno Rogue
2018-06-25 23:01:39 +02:00
parent 40e9c6687c
commit 0843bef893
2 changed files with 6 additions and 1 deletions

View File

@@ -3775,6 +3775,9 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
else if(patterns::whichShape == '6')
set_floor(shBigTriangle);
else if(patterns::whichShape == '9')
set_floor(shFullFloor);
#endif
#if CAP_TEXTURE