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