disable zak256 sound debug code for now

svn-id: r4664
This commit is contained in:
Max Horn 2002-07-28 12:42:32 +00:00
parent 58f3104aff
commit 6b12e4c8e9

View File

@ -226,7 +226,7 @@ void Scumm::playSound(int sound)
char *sound;
int size = READ_LE_UINT32(ptr);
#if 1
#if 0
// FIXME - this is just some debug output for Zak256
if (size != 30) {
char name[9];