Skip to content

Commit

Permalink
Change in debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 27, 2003
1 parent 6058642 commit 969e4c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doomsday/Src/jHexen/Sn_sonix.c
Expand Up @@ -427,9 +427,11 @@ void SN_UpdateActiveSequences(void)
}
break;
case SS_CMD_PLAYREPEAT:
/*Con_Message( "rept: %s: %p\n",
/*#ifdef _DEBUG
Con_Message( "rept: %s: %p\n",
SequenceTranslate[node->sequence].name,
node->mobj);*/
node->mobj);
#endif*/

if(!sndPlaying)
{
Expand Down

0 comments on commit 969e4c3

Please sign in to comment.