Skip to content

Commit

Permalink
Heretic: Re-apply dropoff fix in Mobj_XYMoveStopping()
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 18, 2011
1 parent 3bd76f6 commit 395f047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/mobj.c
Expand Up @@ -91,7 +91,7 @@ void Mobj_XYMoveStopping(mobj_t* mo)
return;
}

#if __JDOOM__ || __JDOOM64__
#ifndef __JHEXEN__
if(cfg.slidingCorpses)
{
/**
Expand Down

0 comments on commit 395f047

Please sign in to comment.