diff options
| author | Cracker64 <cracker642@gmail.com> | 2010-12-22 06:31:22 (GMT) |
|---|---|---|
| committer | Cracker64 <cracker642@gmail.com> | 2010-12-22 06:31:22 (GMT) |
| commit | 321c57058105a473b59e858c67cfa878a6e20d41 (patch) | |
| tree | 3ccb6f29aa8426181f9d4306f118f73d54400322 /includes | |
| parent | e5ebf1fb41ee6a55db4869a01638e92acd8ea1d1 (diff) | |
| download | powder-321c57058105a473b59e858c67cfa878a6e20d41.zip powder-321c57058105a473b59e858c67cfa878a6e20d41.tar.gz | |
forgot to delete a note.
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/powder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h index ebdba8a..150262b 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -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}, |
