Commit 0be568e2 authored by VanillaSalt's avatar VanillaSalt

fix

parent a4a4e68f
...@@ -25,11 +25,12 @@ bool tevent::operator< (const tevent& v) const { ...@@ -25,11 +25,12 @@ bool tevent::operator< (const tevent& v) const {
} }
field::field(duel* pduel) { field::field(duel* pduel) {
this->pduel = pduel; this->pduel = pduel;
infos.field_id = 1;
infos.copy_id = 1; infos.copy_id = 1;
infos.turn_player = 0;
infos.turn_id = 0; infos.turn_id = 0;
infos.field_id = 1;
infos.card_id = 1; infos.card_id = 1;
infos.phase = 0;
infos.turn_player = 0;
for (int i = 0; i < 2; ++i) { for (int i = 0; i < 2; ++i) {
cost[i].count = 0; cost[i].count = 0;
cost[i].amount = 0; cost[i].amount = 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