SVN r68 (trunk)
This commit is contained in:
parent
9b5f9a1d70
commit
19a7cf743e
6 changed files with 11 additions and 5 deletions
|
|
@ -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[] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue