Commit 19d2f157 authored by nanahira's avatar nanahira

fix

parent 67b36590
...@@ -357,7 +357,7 @@ struct processor { ...@@ -357,7 +357,7 @@ struct processor {
activity_map chain_counter; activity_map chain_counter;
processor_list recover_damage_reserve; processor_list recover_damage_reserve;
effect_vector dec_count_reserve; effect_vector dec_count_reserve;
uint8 announce_card_silent{ FALSE }; uint8_t announce_card_silent{ FALSE };
}; };
class field { class field {
public: public:
......
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