Jump to content

Hexen - What's the difference between the flame spawnables?


Recommended Posts

So in the spawnable items list for Hexen, there are two pairs of things that seem to be identical:

T_FLAME_SMALL (66) and T_PERMSMALLFLAME (97)
T_FLAME_LARGE (67) and T_PERMLARGEFLAME (99)

Is there a difference? What's the difference?

Share this post


Link to post
ETTiNGRiNDER said:

So in the spawnable items list for Hexen, there are two pairs of things that seem to be identical:

T_FLAME_SMALL (66) and T_PERMSMALLFLAME (97)
T_FLAME_LARGE (67) and T_PERMLARGEFLAME (99)

Is there a difference? What's the difference?


It's a vanilla Hexen thing.

	MT_FLAME_SMALL,			// T_FLAME_SMALL
	MT_FLAME_LARGE,			// T_FLAME_LARGE
...
	MT_FLAME_SMALL_TEMP,		// T_TEMPSMALLFLAME
	MT_FLAME_SMALL,			// T_PERMSMALLFLAME
	MT_FLAME_LARGE_TEMP,		// T_TEMPLARGEFLAME
	MT_FLAME_LARGE,			// T_PERMLARGEFLAME

There are flames, and then there are "permanent" and "temporary" flames. Normal flames are permanent too and they're actually exactly the same thing.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...