UMAPINFO: update forgotten nextsecret map entry (#1329)

Fixes #1328
This commit is contained in:
Fabian Greffrath 2023-12-14 10:03:02 +01:00 committed by GitHub
parent dada33fed1
commit 71d36bde5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,6 +348,10 @@ static void UpdateMapEntry(mapentry_t *mape, mapentry_t *newe)
{
strcpy(mape->nextmap, newe->nextmap);
}
if (newe->nextsecret[0])
{
strcpy(mape->nextsecret, newe->nextsecret);
}
if (newe->music[0])
{
strcpy(mape->music, newe->music);