Fix warning

svn-id: r16061
This commit is contained in:
Eugene Sandulenko 2004-12-15 20:11:39 +00:00
parent 2909c8fff6
commit 8ce9683bca

View File

@ -251,7 +251,7 @@ struct ACTOR {
action_frame = 0;
action_time = 0;
act_tbl = NULL;
action_ct = NULL;
action_ct = 0;
}
};