diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-04-01 18:50:20 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-04-01 18:50:20 -0400 |
| commit | 63a3aa2399fdb5efdbdbe571e653e96c66dfaea5 (patch) | |
| tree | 5ee2721cc23ceae1485c4a338a162530e6149049 /src/d/actor/d_a_npc_os.cpp | |
| parent | bfc5d57658f11ce7f818d88339847e1b9ba55c18 (diff) | |
ProcID cleanup
Diffstat (limited to 'src/d/actor/d_a_npc_os.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_os.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_os.cpp b/src/d/actor/d_a_npc_os.cpp index 4ec6f769..db25d2eb 100644 --- a/src/d/actor/d_a_npc_os.cpp +++ b/src/d/actor/d_a_npc_os.cpp @@ -1619,7 +1619,7 @@ void daNpc_Os_c::initialSaveEvent(int) { /* 00004AF8-00004B64 .text talk_init__10daNpc_Os_cFv */ BOOL daNpc_Os_c::talk_init() { - if(l_msgId == -1) { + if(l_msgId == fpcM_ERROR_PROCESS_ID_e) { l_msgId = fopMsgM_messageSet(field_0x780, this); } else { |
