mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-13 20:04:01 +02:00
remove stor and pipe
This commit is contained in:
@@ -2279,7 +2279,7 @@ void GameView::OnDraw()
|
|||||||
sampleInfo << ", Life: " << sample.particle.life;
|
sampleInfo << ", Life: " << sample.particle.life;
|
||||||
sampleInfo << ", Tmp: " << sample.particle.tmp;
|
sampleInfo << ", Tmp: " << sample.particle.tmp;
|
||||||
|
|
||||||
if (sample.particle.type == PT_CRAY || sample.particle.type == PT_DRAY || sample.particle.type == PT_EXOT || sample.particle.type == PT_LIGH || sample.particle.type == PT_PIPE || sample.particle.type == PT_SOAP || sample.particle.type == PT_STOR || sample.particle.type == PT_TRON || sample.particle.type == PT_VIBR || sample.particle.type == PT_VIRS || sample.particle.type == PT_WARP) {
|
if (sample.particle.type == PT_CRAY || sample.particle.type == PT_DRAY || sample.particle.type == PT_EXOT || sample.particle.type == PT_LIGH || sample.particle.type == PT_SOAP || sample.particle.type == PT_TRON || sample.particle.type == PT_VIBR || sample.particle.type == PT_VIRS || sample.particle.type == PT_WARP) {
|
||||||
|
|
||||||
sampleInfo << ", Tmp2: " << sample.particle.tmp2;
|
sampleInfo << ", Tmp2: " << sample.particle.tmp2;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user