Jump to content

Revenants homing puffs


Recommended Posts

Could someone please direct me to where in the doom source the states/frames for the revenants homing puffs are ?

 

 

Share this post


Link to post

see `A_Tracer()` function, the first code lines (i looked at Chocolate Doom, but the original source should be the same):

    if (gametic & 3)
	return;
    
    // spawn a puff of smoke behind the rocket		
    P_SpawnPuff (actor->x, actor->y, actor->z);

 

Edited by ketmar

Share this post


Link to post

ah, sorry. programmer's deformation, i guess: always answer with the code. ;-)

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...