remove stor and pipe
This commit is contained in:
parent
cf615c323f
commit
6ee0bc4cda
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user