Skip to content

Commit

Permalink
fix typo in assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoLuis0 committed Aug 21, 2024
1 parent a6d9ec3 commit 9f5e453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamedata/d_dehacked.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3112,7 +3112,7 @@ int D_LoadDehLumps(DehLumpSource source, int flags)

if(lumpnum2 >= 0 && fileSystem.GetFileContainer(lumpnum2) == iwadnum)
{
flags |= DEH_SKIP_BEX_STRINGS_IF_LANGUAGE;
filtered_flags |= DEH_SKIP_BEX_STRINGS_IF_LANGUAGE;
}
}
count += D_LoadDehLump(lumpnum, filtered_flags);
Expand Down

0 comments on commit 9f5e453

Please sign in to comment.