aboutsummaryrefslogtreecommitdiff
path: root/saga/music.cpp
diff options
context:
space:
mode:
authorAndrew Kurushin2005-04-03 15:32:04 +0000
committerAndrew Kurushin2005-04-03 15:32:04 +0000
commit8ea88c95d663fac08a1492c2d3c7138e7392dbbc (patch)
tree60869aa13063d9dcff93ade2a4f7fd3992d4fef8 /saga/music.cpp
parentb507231f7135f0af2a27b047f1982685736e0e7b (diff)
downloadscummvm-rg350-8ea88c95d663fac08a1492c2d3c7138e7392dbbc.tar.gz
scummvm-rg350-8ea88c95d663fac08a1492c2d3c7138e7392dbbc.tar.bz2
scummvm-rg350-8ea88c95d663fac08a1492c2d3c7138e7392dbbc.zip
- fixed tile doors drawing
- right mouse action fixed svn-id: r17347
Diffstat (limited to 'saga/music.cpp')
-rw-r--r--saga/music.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/music.cpp b/saga/music.cpp
index 0e239fa81c..70fe3b0c8f 100644
--- a/saga/music.cpp
+++ b/saga/music.cpp
@@ -268,7 +268,7 @@ void MusicPlayer::metaEvent(byte type, byte *data, uint16 length) {
stopMusic();
break;
default:
- warning("Unhandled meta event: %02x", type);
+ //warning("Unhandled meta event: %02x", type);
break;
}
}