OSDN Git Service

[Refactor] #38997 bldg.cの整形修正 / Fixed reshaping bldg.c
authorHourier <hourier@users.sourceforge.jp>
Sun, 5 Jan 2020 12:51:23 +0000 (21:51 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sun, 5 Jan 2020 12:51:23 +0000 (21:51 +0900)
src/bldg.c

index d857b66..3050cab 100644 (file)
@@ -1567,7 +1567,7 @@ static bool kakutoujou(player_type *player_ptr)
        screen_save();
 
        /* No money */
-       if (player_ptr->au < 1)
+       if (player_ptr->au <= 1)
        {
                msg_print(_("おい!おまえ一文なしじゃないか!こっから出ていけ!", "Hey! You don't have gold - get out of here!"));
                msg_print(NULL);