mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 06:00:15 +02:00
Fix CRAY creating FILT
This commit is contained in:
@@ -3353,6 +3353,9 @@ int Simulation::create_part(int p, int x, int y, int t, int v)
|
|||||||
parts[i].tmp2 = 4;
|
parts[i].tmp2 = 4;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case PT_FILT:
|
||||||
|
parts[i].tmp = v;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user