From: Hourier Date: Fri, 10 Jan 2020 18:14:29 +0000 (+0900) Subject: [Refactor] #38997 object2.cの整形修正 / Fixed reshaped object2.c X-Git-Tag: vmacos3.0.0-alpha52~2078 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=139a84e7441e16ca703e29fc6458ee7c452cced2;p=hengbandforosx%2Fhengbandosx.git [Refactor] #38997 object2.cの整形修正 / Fixed reshaped object2.c --- diff --git a/src/object2.c b/src/object2.c index e211cddaf..c6c790b68 100644 --- a/src/object2.c +++ b/src/object2.c @@ -5201,7 +5201,7 @@ void combine_pack(player_type *owner_ptr) { bool flag = FALSE; bool is_first_combination = TRUE; - bool combined; + bool combined = TRUE; while (is_first_combination || combined) { is_first_combination = FALSE;