Skip to content

Commit

Permalink
Change in debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 24, 2003
1 parent 8e44f62 commit 3be6a81
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions doomsday/Src/jHexen/Sn_sonix.c
Expand Up @@ -433,11 +433,14 @@ void SN_UpdateActiveSequences(void)

if(!sndPlaying)
{
node->currentSoundID = *(node->sequencePtr+1);

/*Con_Message( "REPT: %s: %p\n",
/*#ifdef _DEBUG
Con_Printf("REPT: id=%i, %s: %p\n",
node->currentSoundID,
SequenceTranslate[node->sequence].name,
node->mobj);*/
node->mobj);
#endif
*/
node->currentSoundID = *(node->sequencePtr+1);

S_StartSoundAtVolume(node->currentSoundID | DDSF_REPEAT,
node->mobj, node->volume/127.0f);
Expand Down

0 comments on commit 3be6a81

Please sign in to comment.