Skip to content

Commit e44f13a

Browse files
Fixer-007rubenwardy
authored andcommittedAug 12, 2017
Full viewing range key message clarified
To make it sound less confusing to players
1 parent 9ef9c72 commit e44f13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/game.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2980,8 +2980,8 @@ void Game::decreaseViewRange()
29802980
void Game::toggleFullViewRange()
29812981
{
29822982
static const wchar_t *msg[] = {
2983-
L"Disabled full viewing range",
2984-
L"Enabled full viewing range"
2983+
L"Normal view range",
2984+
L"Infinite view range"
29852985
};
29862986

29872987
draw_control->range_all = !draw_control->range_all;

0 commit comments

Comments
 (0)