From b14a7bb1e4e2e71a8fef86fcfec4ad9501768e57 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Thu, 14 Sep 2023 00:11:04 -0600 Subject: Started laser and fixed world bug --- src/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 0e648bb..7d97bd2 100644 --- a/src/settings.h +++ b/src/settings.h @@ -16,6 +16,7 @@ typedef struct Settings { // Keyboard and mouse control. float mouseSensitivity; float scrollBarSpeed; + bool lockMouse; // Joystick control. int gamePadNum; -- cgit v1.2.3