Skip to content

Commit

Permalink
effect: change category to uint64 (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
salix5 authored Nov 18, 2024
1 parent 34904f4 commit 31bb570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion effect.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class effect {
int32 reset_count{ 0 };
uint32 reset_flag{ 0 };
uint32 count_code{ 0 };
uint32 category{ 0 };
uint64 category{ 0 };
uint32 hint_timing[2]{};
uint32 card_type{ 0 };
uint32 active_type{ 0 };
Expand Down

0 comments on commit 31bb570

Please sign in to comment.