Skip to content

Commit

Permalink
Fixed Hexen: "HeXen: Maulotaur throwing crash" (see here http://sourc…
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jan 24, 2011
1 parent 96f301b commit 4a78894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/jhexen/src/p_mobj.c
Expand Up @@ -976,7 +976,7 @@ void P_MobjMoveZ(mobj_t *mo)

static void landedOnThing(mobj_t* mo)
{
if(mo->player)
if(!mo->player)
return; // We are only interested in players.

mo->player->viewHeightDelta = mo->mom[MZ] / 8;
Expand Down

0 comments on commit 4a78894

Please sign in to comment.