Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 2, 2011
1 parent b45b64d commit 182ad52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doomsday/engine/portable/src/cl_mobj.c
Expand Up @@ -307,8 +307,6 @@ void ClMobj_CheckPlanes(mobj_t *mo, boolean justCreated)
*/
void Cl_UpdateRealPlayerMobj(mobj_t *localMobj, mobj_t *remoteClientMobj, int flags, boolean onFloor)
{
int plrNum = P_GetDDPlayerIdx(localMobj->dPlayer);

#if _DEBUG
if(!localMobj || !remoteClientMobj)
{
Expand Down

0 comments on commit 182ad52

Please sign in to comment.