OSDN Git Service

[Fix] #41403 マクロ以外の連続行動にFresh-Afterを適用
authordis- <dis.rogue@gmail.com>
Mon, 1 Feb 2021 08:47:27 +0000 (17:47 +0900)
committerdis- <dis.rogue@gmail.com>
Mon, 1 Feb 2021 08:56:51 +0000 (17:56 +0900)
commitdc9956044711cfe93c96bbaa181c51e02e78d41d
tree2c621790cc2fc89491812a9178422185253f1915
parent031ae9ae8d6ce7e11a7612092168ba12e595da23
[Fix] #41403 マクロ以外の連続行動にFresh-Afterを適用

39984e016dabe4287f65f671bab3fbff350d6a3eの変更を他の連続行動に適用した。
shift+移動のrunning、トラベルコマンドの移動、Rest、釣り、コマンド繰り返しが該当する。
z-term.cにプレイヤーの情報を持ち込んでしまっているため将来的には分離するべき。
15 files changed:
src/cmd-action/cmd-move.c
src/cmd-action/cmd-pet.c
src/core/player-processor.c
src/core/player-processor.h
src/core/window-redrawer.c
src/dungeon/dungeon-processor.c
src/effect/effect-processor.c
src/io/input-key-requester.c
src/mind/mind-mirror-master.c
src/spell-kind/spells-genocide.c
src/spell-kind/spells-sight.c
src/term/z-term.c
src/term/z-term.h
src/window/display-sub-window-spells.c
src/wizard/wizard-item-modifier.c