aboutsummaryrefslogtreecommitdiff
path: root/sword2/sound.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-07-28 03:49:25 +0000
committerTravis Howell2003-07-28 03:49:25 +0000
commit42ba1110638cd1ab0165c916b3ff692f5278c302 (patch)
tree45158fd53dd1438dc5f841cedebfc3a643478812 /sword2/sound.cpp
parent0dfde5cabae51e7b7eccfbb3d6743800db888a7e (diff)
downloadscummvm-rg350-42ba1110638cd1ab0165c916b3ff692f5278c302.tar.gz
scummvm-rg350-42ba1110638cd1ab0165c916b3ff692f5278c302.tar.bz2
scummvm-rg350-42ba1110638cd1ab0165c916b3ff692f5278c302.zip
A few warnings
svn-id: r9224
Diffstat (limited to 'sword2/sound.cpp')
-rw-r--r--sword2/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/sound.cpp b/sword2/sound.cpp
index bf10f97d97..d320a3fb8a 100644
--- a/sword2/sound.cpp
+++ b/sword2/sound.cpp
@@ -200,7 +200,7 @@ int32 FN_play_fx(int32 *params) // called from script only
Zdebug("SFX (sample=\"%s\", vol=%d, pan=%d, delay=%d, type=%s)", FetchObjectName(params[0]), params[3], params[4], params[2], type);
}
- #endif _DEBUG
+ #endif //_DEBUG
//----------------------------------
while ((j < FXQ_LENGTH) && (fxq[j].resource != 0))