OSDN Git Service

Replaced "temporal" (i.e. time-dependent) with the more specific word, "temporary...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 19:30:10 +0000 (11:30 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:52 +0000 (22:36 +0900)
src/floor-save.c

index 30ebc53..70fef0b 100644 (file)
@@ -862,7 +862,7 @@ void leave_floor(player_type *creature_ptr)
        /* New floor is not yet prepared */
        new_floor_id = 0;
 
-       /* Temporary get a floor_id (for Arena) */
+       /* Temporarily get a floor_id (for Arena) */
        if (!creature_ptr->floor_id &&
            (creature_ptr->change_floor_mode & CFM_SAVE_FLOORS) &&
            !(creature_ptr->change_floor_mode & CFM_NO_RETURN))