Fixed pal init

svn-id: r3815
This commit is contained in:
Vincent Hamm 2002-03-24 17:49:47 +00:00
parent 14e6021141
commit 92a19c45ae
11 changed files with 19 additions and 19 deletions

View file

@ -657,7 +657,7 @@ int Scumm::loadResource(int type, int idx) {
int Scumm::readSoundResource(int type, int idx) {
uint32 pos, total_size, size, tag,basetag;
int pri, best_pri;
uint32 best_size, best_offs;
uint32 best_size=0, best_offs=0;
debug(9, "readSoundResource(%d,%d)", type, idx);