Skip to content

Commit

Permalink
Fixed FTBFS issue due to last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Dec 27, 2006
1 parent 7eccbce commit ccfaf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/jhexen/src/sv_save.c
Expand Up @@ -1881,7 +1881,7 @@ static void RestoreMobj(mobj_t *mobj, int ver)
// apply the values as set in the mobjinfo.
// Non-persistent flags might screw things up a lot worse otherwise.
if(ver < 5)
mo->flags3 = mo->info->flags3;
mobj->flags3 = mobj->info->flags3;
}

//==========================================================================
Expand Down

0 comments on commit ccfaf26

Please sign in to comment.