- fixed: Teleport_EndGame did not set the end sequence name properly.
SVN r1899 (trunk)
This commit is contained in:
parent
da31d9f8a3
commit
3900381565
2 changed files with 4 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ static void SetEndSequence (char *nextmap, int type)
|
|||
newseq.EndType = type;
|
||||
seqnum = (int)EndSequences.Push (newseq);
|
||||
}
|
||||
mysnprintf(nextmap, sizeof(nextmap), "enDSeQ%04x", (WORD)seqnum);
|
||||
mysnprintf(nextmap, 11, "enDSeQ%04x", (WORD)seqnum);
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue