SVN r68 (trunk)

This commit is contained in:
Christoph Oelckers 2006-04-27 15:12:17 +00:00
commit 19a7cf743e
6 changed files with 11 additions and 5 deletions

View file

@ -240,6 +240,7 @@ static const char *MapInfoMapLevel[] =
"sndseq",
"sndinfo",
"soundinfo",
"clipmidtextures",
NULL
};
@ -351,6 +352,7 @@ MapHandlers[] =
{ MITYPE_LUMPNAME, lioffset(sndseq), 0 },
{ MITYPE_LUMPNAME, lioffset(soundinfo), 0 },
{ MITYPE_LUMPNAME, lioffset(soundinfo), 0 },
{ MITYPE_SETFLAG, LEVEL_CLIPMIDTEX, 0 },
};
static const char *MapInfoClusterLevel[] =