diff --git a/src/p_cmd.c b/src/p_cmd.c index 85aef1e..27b5bf4 100644 --- a/src/p_cmd.c +++ b/src/p_cmd.c @@ -733,7 +733,7 @@ bool P_RunPlayerCommands(int playernum) { unsigned int command_count = P_GetCommandCount(playernum); if (command_count == 0) { - D_Msg(MSG_WARN, "(%d) Extrapolating position for %d\n", + D_Msg(MSG_NET, "(%d) Extrapolating position for %d\n", gametic, playernum ); return extrapolate_player_position(playernum); diff --git a/src/s_sound.c b/src/s_sound.c index e73b958..07b368f 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -33,7 +33,7 @@ #include "s_sound.h" #define DEBUG_SOUND 0 -#define DEBUG_SOUND_STDERR 1 +#define DEBUG_SOUND_STDERR 0 static int saved_sfx_volume;