Commit 451dded1 authored by Chen Bill's avatar Chen Bill

move comment

parent cd23edd2
......@@ -43,7 +43,7 @@ typedef signed char int8;
#define NULL 0
#endif
#define CURRENT_RULE 5
#define CURRENT_RULE 5 //current rule: 5, Master Rule 2020
//Locations
#define LOCATION_DECK 0x01 //
......
......@@ -305,7 +305,7 @@ struct processor {
int32 spe_effect[2]{};
int32 last_select_hint[2]{ 0 };
int32 duel_options{ 0 };
int32 duel_rule{ CURRENT_RULE }; //current rule: 5, Master Rule 2020
int32 duel_rule{ CURRENT_RULE };
uint32 copy_reset{ 0 };
uint8 copy_reset_count{ 0 };
uint32 last_control_changed_id{ 0 };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment