OSDN Git Service

[Fix] 未使用変数削除。
authorDeskull <61610939+sikabane-works@users.noreply.github.com>
Tue, 15 Feb 2022 14:48:32 +0000 (23:48 +0900)
committerDeskull <61610939+sikabane-works@users.noreply.github.com>
Tue, 15 Feb 2022 14:48:32 +0000 (23:48 +0900)
src/room/rooms-vault.cpp

index e734cb7..134430d 100644 (file)
@@ -1001,7 +1001,6 @@ bool build_type10(PlayerType *player_ptr, dun_data_type *dd_ptr)
 bool build_fixed_room(PlayerType *player_ptr, dun_data_type *dd_ptr, int typ, bool more_space)
 {
     vault_type *v_ptr = nullptr;
-    int dummy;
     POSITION x, y;
     POSITION xval, yval;
     POSITION xoffset, yoffset;