diff --git a/src/d_netcmd.c b/src/d_netcmd.c index bebd7c469..3a09538b6 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -6877,6 +6877,8 @@ static void Command_Staffsync(void) staffbrief = mapheader->ghostBrief[staffsync_ghost]; + G_DoPlayDemoEx("", (staffbrief->wad << 16) | staffbrief->lump); + staffsync_ghost++; staffsync_done++;