Skip to content

Commit

Permalink
re-instate debug guards left out in svn commit 5032
Browse files Browse the repository at this point in the history
  • Loading branch information
yagisan committed Sep 16, 2007
1 parent 28880f0 commit 9b5cdd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/engine/portable/src/sv_main.c
Expand Up @@ -342,10 +342,10 @@ void Sv_HandlePacket(void)
char *msg;
char buf[17];

//#ifdef _DEBUG
#ifdef _DEBUG
Con_Message("Sv_HandlePacket: type=%i\n", netBuffer.msg.type);
Con_Message("Sv_HandlePacket: length=%i\n", netBuffer.length);
//#endif
#endif

switch(netBuffer.msg.type)
{
Expand Down

0 comments on commit 9b5cdd3

Please sign in to comment.