Commit d11d5321 authored by salix5's avatar salix5

init in field::field()

parent bb125f51
......@@ -120,6 +120,8 @@ field::field(duel* pduel) {
nil_event.reason = 0;
nil_event.reason_effect = 0;
nil_event.reason_player = PLAYER_NONE;
returns = { 0 };
temp_card = NULL;
}
void field::reload_field_info() {
pduel->write_buffer8(MSG_RELOAD_FIELD);
......
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