Commit 794914f1 authored by DailyShana's avatar DailyShana

set initial value of summon_info

parent 4faee52c
......@@ -57,6 +57,7 @@ card::card(duel* pd) {
pduel = pd;
owner = PLAYER_NONE;
operation_param = 0;
summon_info = 0;
status = 0;
memset(&q_cache, 0xff, sizeof(query_cache));
equiping_target = 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