- Moved Strife conversation data into FLevelLocals.

This commit is contained in:
Christoph Oelckers 2019-01-09 02:03:26 +01:00
commit 0a6b6173de
10 changed files with 91 additions and 82 deletions

View file

@ -3377,9 +3377,9 @@ FUNC(LS_Thing_SetConversation)
if (arg1 != 0)
{
dlg_index = GetConversation(arg1);
dlg_index = Level->GetConversation(arg1);
if (dlg_index == -1) return false;
node = StrifeDialogues[dlg_index];
node = Level->StrifeDialogues[dlg_index];
}
if (arg0 != 0)