diff options
| author | Mattias Blum <142374929+mattias-blum@users.noreply.github.com> | 2026-07-05 13:49:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-05 13:49:57 -0400 |
| commit | 6812d925ff1d919f7baf1475aa71f714e25136c9 (patch) | |
| tree | 8694f877577223497997f0788585f4cfb56a875c /src/d/d_com_inf_game.cpp | |
| parent | 5adfe20ead03f65d545e292095df4b82877a6bc3 (diff) | |
d_a_npc_mt 100% for GZLE01 (#1102)
* d_a_npc_mt 100% for GZLE01
* implemented dPb_erasePicture and added some relevant inlines
* fixed existing references to mSelectPicture
* PR changes made
Diffstat (limited to 'src/d/d_com_inf_game.cpp')
| -rw-r--r-- | src/d/d_com_inf_game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_com_inf_game.cpp b/src/d/d_com_inf_game.cpp index 28fcfa9a..fdebd4f7 100644 --- a/src/d/d_com_inf_game.cpp +++ b/src/d/d_com_inf_game.cpp @@ -159,7 +159,7 @@ void dComIfG_play_c::itemInit() { mPictureStatus = 0; field_0x495f = 0; mPictureFormat = 0; - field_0x4961 = 0; + mSelectPicture = 0; mHeapLockFlag = 0; field_0x4965 = 0; |
