SVN r43 (trunk)
This commit is contained in:
parent
ab1d4a2e0f
commit
4dd936e438
9 changed files with 70 additions and 11 deletions
|
|
@ -865,6 +865,11 @@ static void ParseMapInfoLower (MapInfoHandler *handlers,
|
|||
}
|
||||
ReplaceString ((char **)(info + handler->data1), sc_String);
|
||||
*((int *)(info + handler->data2)) = colon ? atoi (colon + 1) : 0;
|
||||
if (levelinfo != NULL)
|
||||
{
|
||||
// Flag the level so that the $MAP command doesn't override this.
|
||||
flags|=LEVEL_MUSICDEFINED;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue