diff options
| author | Mattias Blum <142374929+mattias-blum@users.noreply.github.com> | 2026-07-18 17:37:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-18 17:37:31 -0400 |
| commit | db61d3102208a949d7941f4491706eba16ba2686 (patch) | |
| tree | 6383abfb9d89786d1d456637d031a32c60bc83a3 /src/d/d_com_inf_game.cpp | |
| parent | c1513e97e57f13a37f1d6637d508b04da8490654 (diff) | |
d_picture_box mostly matching for GZLE01 (#1125)
* initial progress
* more progress
* more progress
* d_picture_box mostly matching for GZLE01
Unable to resolve the regswap in dJle_Pb_c::draw()
* reverted some changes to member names
* filled missing enum value
* PR changes made
* renamed some fields
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 82e37bb5..80167a3c 100644 --- a/src/d/d_com_inf_game.cpp +++ b/src/d/d_com_inf_game.cpp @@ -157,7 +157,7 @@ void dComIfG_play_c::itemInit() { mPictureResult = 0; mPictureResultDetail = 0; mPictureStatus = 0; - field_0x495f = 0; + mGetPictureNum = 0; mPictureFormat = 0; mSelectPicture = 0; mHeapLockFlag = 0; |
