OSDN Git Service

Replaced "current_world_ptr->game_turn" with turn in English description for cheat_tu...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 18 Dec 2019 09:06:46 +0000 (01:06 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:56 +0000 (22:36 +0900)
src/cmd/cmd-gameoption.c

index 9bed498..709e337 100644 (file)
@@ -640,7 +640,7 @@ const option_type cheat_info[CHEAT_MAX] =
        },
 
        { &cheat_turn,  FALSE,  255,    0x81, 0x00,
-       "cheat_turn",   _("ゲームメッセージにターン表示を行う", "Put current_world_ptr->game_turn to game message.")
+       "cheat_turn",   _("ゲームメッセージにターン表示を行う", "Put turn in game messages.")
        },
 
        { &cheat_sight, FALSE,  255,    0x82, 0x00,