From: Martin Read Date: Wed, 19 Feb 2014 02:42:12 +0000 (+0000) Subject: Fixed uninitialized-var warning in u.cc X-Git-Tag: stretchy-levels~3 X-Git-Url: http://git.blackswordsonics.com/?a=commitdiff_plain;h=83168305996b2ec987fdf09b9d848b59eb72936c;p=victrix-abyssi Fixed uninitialized-var warning in u.cc --- diff --git a/u.cc b/u.cc index 5619f59..7f705df 100644 --- a/u.cc +++ b/u.cc @@ -553,7 +553,7 @@ bool action_rewrite(Action const *act, Action *revised_act) Offset o; Action tmp_act = *act; Combo_phase p; - bool rewrite_flag; + bool rewrite_flag = false; switch (tmp_act.cmd) { case STAND_STILL: