fixed the warnings in binarytiling

This commit is contained in:
Zeno Rogue 2018-08-20 16:54:34 +02:00
parent 9cd6dd2805
commit 683471b7c0
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ void generate_floorshapes() {
else {
cell model;
model.type = S6; generate_floorshapes_for(0, &model, 0, 0);
model.type = S7; generate_floorshapes_for(1, &model, 1, 0);
model.type = S7; generate_floorshapes_for(1, &model, binarytiling ? 0 : 1, 0);
}
}