diff options
author | Torbjörn Andersson | 2008-06-06 06:59:44 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2008-06-06 06:59:44 +0000 |
commit | 5d46aa2b7f55f4c67952699a15a3f6ae63d92c94 (patch) | |
tree | b231053b77cc2ab9eb1d54ba9fe2f332b81379fd | |
parent | fe8ec2ef105a1bfa05742acd5491580d81bd7fdb (diff) | |
download | scummvm-rg350-5d46aa2b7f55f4c67952699a15a3f6ae63d92c94.tar.gz scummvm-rg350-5d46aa2b7f55f4c67952699a15a3f6ae63d92c94.tar.bz2 scummvm-rg350-5d46aa2b7f55f4c67952699a15a3f6ae63d92c94.zip |
Removed left-over debugging.
svn-id: r32569
-rw-r--r-- | engines/drascula/drascula.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/drascula/drascula.cpp b/engines/drascula/drascula.cpp index 223877389f..9d38d28887 100644 --- a/engines/drascula/drascula.cpp +++ b/engines/drascula/drascula.cpp @@ -1796,7 +1796,6 @@ void DrasculaEngine::centerText(const char *message, int textX, int textY) { void DrasculaEngine::playSound(int soundNum) { char file[20]; - printf("playSound(%d)\n", soundNum); sprintf(file, "s%i.als", soundNum); playFile(file); |