This commit is contained in:
parent
283121436f
commit
68a827397c
7 changed files with 39 additions and 5 deletions
|
@ -54,6 +54,13 @@
|
|||
Vars
|
||||
---- */
|
||||
|
||||
#ifdef __USER_paul__
|
||||
static int sounddebug=true;
|
||||
#else
|
||||
static int sounddebug=false;
|
||||
#endif
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
Purpose:
|
||||
|
@ -215,6 +222,7 @@ void CXMPlaySound::think()
|
|||
|
||||
|
||||
//////////////
|
||||
if(sounddebug)
|
||||
{
|
||||
static const int colours[6][3]=
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue