We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d7e38 commit 739094bCopy full SHA for 739094b
mouse.cc
@@ -332,7 +332,7 @@ void Mouse::set_speed_cursor() {
332
const int dx = mousex - ax;
333
const Direction dir = Get_direction_NoWrap(dy, dx);
334
335
- // Create a speed rectangle that's a third of the game window dimensions
+ // Create a speed rectangle that's half of the game window dimensions
336
// but with a minimum size of 200x200
337
const TileRect game_rect = gwin->get_game_rect();
338
const int rect_size
0 commit comments