OSDN Git Service

[Refactor] #38997 object2.cの整形修正 / Fixed reshaped object2.c
authorHourier <hourier@users.sourceforge.jp>
Fri, 10 Jan 2020 18:14:29 +0000 (03:14 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 10 Jan 2020 18:14:29 +0000 (03:14 +0900)
src/object2.c

index e211cdd..c6c790b 100644 (file)
@@ -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;