Skip to content

Commit 739094b

Browse files
committed
fixed comment
1 parent 91d7e38 commit 739094b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mouse.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ void Mouse::set_speed_cursor() {
332332
const int dx = mousex - ax;
333333
const Direction dir = Get_direction_NoWrap(dy, dx);
334334

335-
// Create a speed rectangle that's a third of the game window dimensions
335+
// Create a speed rectangle that's half of the game window dimensions
336336
// but with a minimum size of 200x200
337337
const TileRect game_rect = gwin->get_game_rect();
338338
const int rect_size

0 commit comments

Comments
 (0)