• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revision1baac8d6fd5c3f191a69cb35e44395b6e64728f2 (tree)
Time2020-05-17 15:06:36
Authordeskull <deskull@user...>
Commiterdeskull

Log Message

[Fix] #39748 階層移行時に階段に正しいspecial値が指定されなかったバグを修正. / Fixed the bug that the correct special value was not specified for floor change.

Change Summary

Incremental Difference

--- a/src/floor/floor-save.c
+++ b/src/floor/floor-save.c
@@ -1029,7 +1029,7 @@ void leave_floor(player_type *creature_ptr)
10291029 /* Connect from here */
10301030 if (g_ptr && !feat_uses_special(g_ptr->feat))
10311031 {
1032- g_ptr->special = tmp_floor_idx;
1032+ g_ptr->special = new_floor_id;
10331033 }
10341034 }
10351035
Show on old repository browser