diff options
Diffstat (limited to 'source/q_msg.h')
-rw-r--r-- | source/q_msg.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source/q_msg.h b/source/q_msg.h index 1d0e227..10d8361 100644 --- a/source/q_msg.h +++ b/source/q_msg.h @@ -138,18 +138,16 @@ void MSG_ParseDeltaPlayerstate_Enhanced( const player_state_t *from, player_s #endif void MSG_ParseDeltaPlayerstate_Packet( const player_state_t *from, player_state_t *to, int flags ); -void MSG_ShowDeltaEntityBits( int bits ); #if USE_CLIENT +void MSG_ShowDeltaEntityBits( int bits ); void MSG_ShowDeltaPlayerstateBits_Default( int flags ); void MSG_ShowDeltaPlayerstateBits_Enhanced( int flags ); -#endif void MSG_ShowDeltaPlayerstateBits_Packet( int flags ); -#if USE_CLIENT void MSG_ShowDeltaUsercmdBits_Enhanced( int bits ); -#endif const char *MSG_ServerCommandString( int cmd ); #define MSG_ShowSVC( cmd ) \ Com_Printf( "%3"PRIz":%s\n", msg_read.readcount - 1, \ MSG_ServerCommandString( cmd ) ) +#endif // USE_CLIENT |