Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 16, 2013
1 parent 0edcb1c commit 39ce447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/map/p_particle.cpp
Expand Up @@ -770,7 +770,7 @@ int PIT_CheckLinePtc(LineDef *ld, void *parameters)

// Movement must cross the line.
if((ld->pointOnSide(FIX2FLT(tmpx1), FIX2FLT(tmpy1)) < 0) ==
ld->pointOnSide(FIX2FLT(tmpx2), FIX2FLT(tmpy2)) < 0))
(ld->pointOnSide(FIX2FLT(tmpx2), FIX2FLT(tmpy2)) < 0))
return false;

/*
Expand Down

0 comments on commit 39ce447

Please sign in to comment.