Skip to content

Commit

Permalink
Fixing the totalsecret bug
Browse files Browse the repository at this point in the history
  • Loading branch information
atsb committed Oct 1, 2024
1 parent 030c12f commit 87e7a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/p_mobj.c
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ mobj_t* P_SpawnMapThing(mapthing_t* mthing) {
if (mthing->options & MTF_SECRET)
{
mobj->flags |= MF_COUNTSECRET;
totalsecret++;
totalsecret;
}

// styd: add a flag to things that allow them to fall off a cliff
Expand Down

0 comments on commit 87e7a32

Please sign in to comment.