Commit ed0b8b5b authored by mercury233's avatar mercury233
parents b0776933 fa41db16
...@@ -1968,7 +1968,7 @@ std::tuple<uint8, effect*> card::refresh_control_status() { ...@@ -1968,7 +1968,7 @@ std::tuple<uint8, effect*> card::refresh_control_status() {
ceffect = peffect; ceffect = peffect;
} }
} }
return { final, ceffect }; return std::make_tuple(final, ceffect);
} }
void card::count_turn(uint16 ct) { void card::count_turn(uint16 ct) {
turn_counter = ct; turn_counter = ct;
......
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