fixed pushing thumpers in sol

This commit is contained in:
Zeno Rogue 2019-07-30 13:00:02 +02:00
parent 1801fbd048
commit c61b556730
1 changed files with 1 additions and 1 deletions

View File

@ -4154,7 +4154,7 @@ cell *determinePush(cellwalker who, cell *c2, int subdir, const T& valid, int& p
}
cellwalker push = who;
push += wstep;
if(WDIM == 3 && binarytiling) {
if(WDIM == 3 && binarytiling && !sol) {
for(int a=0; a<4; a++) {
if(push.spin < 4) push.spin = 8;
else if(push.spin >= 8) push.spin = a;