Skip to content

Commit bac01c4

Browse files
committed
swars: Used the recently introduced NORMAL_MOUSE_MOVE_RATIO
1 parent ec6ffcc commit bac01c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/game.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,8 @@ void setup_host(void)
23202320

23212321
setup_mouse_pointers();
23222322
lbMouseAutoReset = false;
2323-
LbMouseSetup(&pointer_sprites[1], 2, 2);
2323+
LbMouseSetup(&pointer_sprites[1],
2324+
NORMAL_MOUSE_MOVE_RATIO, NORMAL_MOUSE_MOVE_RATIO);
23242325

23252326
setup_debug_obj_trace();
23262327

0 commit comments

Comments
 (0)