Skip to content

Commit

Permalink
Fix potential linking failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
skullernet authored and res2k committed Jan 25, 2024
1 parent 4b300e8 commit 2f63bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ int MSG_WriteDeltaPlayerstate_Enhanced(const player_packed_t *from,
return eflags;
}

#if USE_MVD_SERVER || USE_MVD_CLIENT
#if USE_MVD_SERVER || USE_MVD_CLIENT || USE_CLIENT_GTV

/*
==================
Expand Down Expand Up @@ -1326,7 +1326,7 @@ void MSG_WriteDeltaPlayerstate_Packet(const player_packed_t *from,
}
}

#endif // USE_MVD_SERVER || USE_MVD_CLIENT
#endif // USE_MVD_SERVER || USE_MVD_CLIENT || USE_CLIENT_GTV


/*
Expand Down

0 comments on commit 2f63bda

Please sign in to comment.