- Moved Strife conversation data into FLevelLocals.
This commit is contained in:
parent
0e5986769e
commit
0a6b6173de
10 changed files with 91 additions and 82 deletions
|
|
@ -79,6 +79,7 @@
|
|||
#include "events.h"
|
||||
#include "i_music.h"
|
||||
#include "a_dynlight.h"
|
||||
#include "p_conversation.h"
|
||||
|
||||
#include "gi.h"
|
||||
|
||||
|
|
@ -759,6 +760,9 @@ void G_DoCompleted (void)
|
|||
|
||||
if (automapactive)
|
||||
AM_Stop ();
|
||||
|
||||
// Close the conversation menu if open.
|
||||
P_FreeStrifeConversations ();
|
||||
|
||||
wminfo.finished_ep = level.cluster - 1;
|
||||
wminfo.LName0 = TexMan.CheckForTexture(level.info->PName, ETextureType::MiscPatch);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue