- Moved Strife conversation data into FLevelLocals.
This commit is contained in:
parent
0e5986769e
commit
0a6b6173de
10 changed files with 91 additions and 82 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue