1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

product:: correct SD3 and SD7

This commit is contained in:
Zeno Rogue 2019-08-19 10:32:50 +02:00
parent 6e599112c2
commit 6705e0286c

View File

@ -1064,7 +1064,7 @@ void geometry_information::prepare_shapes() {
#endif #endif
DEBBI(DF_POLY, ("buildpolys")); DEBBI(DF_POLY, ("buildpolys"));
if(WDIM == 3) { if(WDIM == 3 && !prod) {
if(sphere) SD3 = 3, SD7 = 5; if(sphere) SD3 = 3, SD7 = 5;
else SD3 = SD7 = 4; else SD3 = SD7 = 4;
} }