Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 26, 2004
1 parent 201bb72 commit 0610aeb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doomsday/Src/p_particle.c
Expand Up @@ -682,10 +682,8 @@ int P_TouchParticle(particle_t * pt, ptcstage_t * stage,
return false;
}
if(stage->flags & PTCF_STAGE_TOUCH ||
(touchWall && stage->flags & PTCF_STAGE_WALL_TOUCH) || (!touchWall &&
stage->
flags &
PTCF_STAGE_FLAT_TOUCH))
(touchWall && stage->flags & PTCF_STAGE_WALL_TOUCH) ||
(!touchWall && stage->flags & PTCF_STAGE_FLAT_TOUCH))
{
// Particle advances to the next stage.
pt->tics = 0;
Expand Down

0 comments on commit 0610aeb

Please sign in to comment.