Advertisement
tommig

Untitled

Nov 15th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. else if (t==PT_GAS) {
  2. if (parts[i].ctype>0 && parts[i].ctype<PT_NUM && parts[i].ctype!=PT_GAS)
  3. if (parts[i].temp<=elements[parts[i].ctype].HighTemperatureTransition)
  4. {
  5. parts[i].type = parts[i].ctype;
  6. parts[i].ctype = 0;
  7. }
  8. else s = 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement