forgot to delete a note.

This commit is contained in:
Cracker64 2010-12-22 01:31:22 -05:00
parent e5ebf1fb41
commit 321c570581

View File

@ -265,7 +265,7 @@ typedef struct part_state part_state;
* 100 = Solid ||
* -1 is Neutrons and Photons
*/
static const part_type ptypes[PT_NUM] = //todo, add NULL at end of all
static const part_type ptypes[PT_NUM] =
{
//Name Colour Advec Airdrag Airloss Loss Collid Grav Diffus Hotair Fal Burn Exp Mel Hrd M Weight Section H Ins(real world, by triclops200) Description
{"", PIXPACK(0x000000), 0.0f, 0.00f * CFDS, 1.00f, 0.00f, 0.0f, 0.0f, 0.00f, 0.000f * CFDS, 0, 0, 0, 0, 1, 1, 100, SC_SPECIAL, R_TEMP+0.0f +273.15f, 251, "Erases particles.", 0, NULL},