The master and develop branches track hengband.
OS X development happens on the macos-1-6-2, macos-2-2-1, and macos-develop branches.
Revisão | 4bdbfa45879fb67825d359a0af372682801a0efd (tree) |
---|---|
Hora | 2022-05-15 20:54:07 |
Autor | Deskull <61610939+sikabane-works@user...> |
Commiter | GitHub |
Merge pull request #2511 from sikabane-works/feature/fix-debug-object-info-list
[Fix] デバッグモードoコマンドの表示が崩れていたので行指定変数を正しく修正。
@@ -378,7 +378,7 @@ static void wiz_display_item(PlayerType *player_ptr, ObjectType *o_ptr) | ||
378 | 378 | prt("rtsxnaeydcedwlatdcedsrekdfddrxss", ++line, j); |
379 | 379 | prt_binary(get_seq_32bits(flgs, 32 * 1), ++line, j); |
380 | 380 | |
381 | - line = 10; | |
381 | + line = 13; | |
382 | 382 | prt("+------------FLAGS3------------+", line, j + 32); |
383 | 383 | prt("fe cnn t stdrmsiiii d ab ", ++line, j + 32); |
384 | 384 | prt("aa aoomywhs lleeieihgggg rtgl ", ++line, j + 32); |