diff options
| author | SuperDude88 <82904174+SuperDude88@users.noreply.github.com> | 2023-09-19 19:49:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 16:49:23 -0700 |
| commit | 54a8ffbe372c826b048f4cb3399e61623ea55748 (patch) | |
| tree | 3571e2d69c96ebcd6b9cd5dbef9ae1d2e0e10a2c /src/d/d_com_inf_game.cpp | |
| parent | 667d1228826678ab2caf7e5faece164637c6fad1 (diff) | |
daObjTpost_c Nearly OK (#60)
* daObjTpost_c Nearly OK
Also a little bit more work on fopNpc_npc_c
* Remove Duplicate Struct
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 ad4681cc..13f01172 100644 --- a/src/d/d_com_inf_game.cpp +++ b/src/d/d_com_inf_game.cpp @@ -87,7 +87,7 @@ void dComIfG_play_c::itemInit() { for (int i = 0; i < 4; i++) { } - mCurrAuctionItemNameMsgID = 0; + mMsgCountNumber = 0; field_0x491a = 0; field_0x491c = 0; field_0x491e = 0; |
