Skip to content

Commit

Permalink
update field_info (#663)
Browse files Browse the repository at this point in the history
match the definition in card, effect
  • Loading branch information
salix5 authored Nov 18, 2024
1 parent 79a5fbc commit c79ee42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions field.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ struct field_effect {
};
struct field_info {
int32 field_id{ 1 };
int16 copy_id{ 1 };
int16 turn_id{};
int16 turn_id_by_player[2]{};
int16 card_id{ 1 };
uint16 copy_id{ 1 };
uint16 turn_id{};
uint16 turn_id_by_player[2]{};
uint16 card_id{ 1 };
uint16 phase{};
uint8 turn_player{};
uint8 priorities[2]{};
Expand Down

0 comments on commit c79ee42

Please sign in to comment.