OSDN Git Service

[Fix] デバッグモードoコマンドの表示が崩れていたので行指定変数を正しく修正。
authorDeskull <61610939+sikabane-works@users.noreply.github.com>
Sun, 15 May 2022 05:20:32 +0000 (14:20 +0900)
committerDeskull <61610939+sikabane-works@users.noreply.github.com>
Sun, 15 May 2022 11:10:24 +0000 (20:10 +0900)
src/wizard/wizard-item-modifier.cpp

index f4f917a..7f07c09 100644 (file)
@@ -378,7 +378,7 @@ static void wiz_display_item(PlayerType *player_ptr, ObjectType *o_ptr)
     prt("rtsxnaeydcedwlatdcedsrekdfddrxss", ++line, j);
     prt_binary(get_seq_32bits(flgs, 32 * 1), ++line, j);
 
-    line = 10;
+    line = 13;
     prt("+------------FLAGS3------------+", line, j + 32);
     prt("fe cnn t      stdrmsiiii d ab   ", ++line, j + 32);
     prt("aa aoomywhs lleeieihgggg rtgl   ", ++line, j + 32);