mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
parent
dada33fed1
commit
71d36bde5a
@ -348,6 +348,10 @@ static void UpdateMapEntry(mapentry_t *mape, mapentry_t *newe)
|
|||||||
{
|
{
|
||||||
strcpy(mape->nextmap, newe->nextmap);
|
strcpy(mape->nextmap, newe->nextmap);
|
||||||
}
|
}
|
||||||
|
if (newe->nextsecret[0])
|
||||||
|
{
|
||||||
|
strcpy(mape->nextsecret, newe->nextsecret);
|
||||||
|
}
|
||||||
if (newe->music[0])
|
if (newe->music[0])
|
||||||
{
|
{
|
||||||
strcpy(mape->music, newe->music);
|
strcpy(mape->music, newe->music);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user