mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-16 02:58:05 +00:00
hybrid:: refactored the common parts of prod and sl2, also used them when applicable
This commit is contained in:
@@ -1113,7 +1113,7 @@ void geometry_information::prepare_shapes() {
|
||||
#endif
|
||||
DEBBI(DF_POLY, ("buildpolys"));
|
||||
|
||||
if(WDIM == 3 && !prod) {
|
||||
if(WDIM == 3 && !hybri) {
|
||||
if(sphere) SD3 = 3, SD7 = 5;
|
||||
else SD3 = SD7 = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user