aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-10-23 06:48:10 +0000
committerPaweł Kołodziejski2002-10-23 06:48:10 +0000
commit99ec620c587b46912686bd02f67843a29f231587 (patch)
treea695c69100d1bd400e7cf4a846136f8e52780899 /scumm
parent500be1e535298a734adc9c335bb533fc6a915dfe (diff)
downloadscummvm-rg350-99ec620c587b46912686bd02f67843a29f231587.tar.gz
scummvm-rg350-99ec620c587b46912686bd02f67843a29f231587.tar.bz2
scummvm-rg350-99ec620c587b46912686bd02f67843a29f231587.zip
changing warnings to debug level 2
svn-id: r5273
Diffstat (limited to 'scumm')
-rw-r--r--scumm/imuse.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/imuse.cpp b/scumm/imuse.cpp
index 12ea06db17..b23472ead4 100644
--- a/scumm/imuse.cpp
+++ b/scumm/imuse.cpp
@@ -5657,7 +5657,7 @@ int32 IMuseDigital::doCommand(int a, int b, int c, int d, int e, int f, int g, i
}
}
if (chan == -1) {
- warning("IMuseDigital::doCommand 12,6 sample(%d) not exist in channels", sample);
+ debug(2, "IMuseDigital::doCommand 12,6 sample(%d) not exist in channels", sample);
return 1;
}
_channel[chan]._volume = d;
@@ -5683,7 +5683,7 @@ int32 IMuseDigital::doCommand(int a, int b, int c, int d, int e, int f, int g, i
}
}
if (chan == -1) {
- warning("IMuseDigital::doCommand 12,7 sample(%d) not exist in channels", sample);
+ debug(2, "IMuseDigital::doCommand 12,7 sample(%d) not exist in channels", sample);
return 1;
}
_channel[chan]._volumeRight = d;
@@ -5703,7 +5703,7 @@ int32 IMuseDigital::doCommand(int a, int b, int c, int d, int e, int f, int g, i
}
}
if (chan == -1) {
- warning("IMuseDigital::doCommand 14,6 sample %d not exist in channels", sample);
+ debug(2, "IMuseDigital::doCommand 14,6 sample %d not exist in channels", sample);
return 1;
}
_channel[chan]._volumeFade = d;