diff --git a/Quake/snd_umx.c b/Quake/snd_umx.c index 1c233136..393baec1 100644 --- a/Quake/snd_umx.c +++ b/Quake/snd_umx.c @@ -240,8 +240,8 @@ static int probe_umx (fshandle_t *f, const struct upkg_hdr *hdr, FS_fread(buf, 1, 64, f); get_fci(&buf[idx], &idx); /* skip class_index */ - if (hdr->file_version >= 60) idx += 4; /* skip int32 package_index */ get_fci(&buf[idx], &idx); /* skip super_index */ + if (hdr->file_version >= 60) idx += 4; /* skip int32 package_index */ get_fci(&buf[idx], &idx); /* skip object_name */ idx += 4; /* skip int32 object_flags */