match m_player_main_notice_net

This commit is contained in:
Prakxo
2024-09-11 00:33:17 +02:00
parent 5961ad054a
commit 7c22b86a3a
2 changed files with 274 additions and 1 deletions
+1 -1
View File
@@ -1769,7 +1769,7 @@ typedef struct player_main_stop_net_s {
typedef struct player_main_notice_net_s {
int state;
int not_full_pocket;
int in_swap;
int exchange_flag;
int already_collected;
int end_effect_flag;
} mPlayer_main_notice_net_c;