Skip to content

Commit

Permalink
FULLPIPE: Hid noisy stub message
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Sep 6, 2013
1 parent 8ffbbcc commit b3abc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/fullpipe/sound.cpp
Expand Up @@ -132,7 +132,7 @@ void FullpipeEngine::playSound(int id, int flag) {
}

void global_messageHandler_handleSound(ExCommand *cmd) {
warning("STUB: global_messageHandler_handleSound()");
debug(0, "STUB: global_messageHandler_handleSound()");
}


Expand Down

0 comments on commit b3abc58

Please sign in to comment.