From: hgn Date: Wed, 21 Jul 2021 15:58:14 +0000 (+0100) Subject: pre-move config validation X-Git-Url: https://harrygodden.com/git/?a=commitdiff_plain;h=2777d650094f5b0014b97f2b7e3a060548850dff;hp=-c;p=vg.git pre-move config validation Former-commit-id: 41b1d4623dd42a6bacd4fec89736022dc620fadd --- 2777d650094f5b0014b97f2b7e3a060548850dff diff --git a/build.sh.REMOVED.git-id b/build.sh.REMOVED.git-id index dd4df62..57f7702 100644 --- a/build.sh.REMOVED.git-id +++ b/build.sh.REMOVED.git-id @@ -1 +1 @@ -b131633af692015623ccb8a5c560be09cf24def1 \ No newline at end of file +bd7ec513d5f8550a3980bd05d7107f06420c0672 \ No newline at end of file diff --git a/fishladder.c.REMOVED.git-id b/fishladder.c.REMOVED.git-id index 5a246f3..9462f37 100644 --- a/fishladder.c.REMOVED.git-id +++ b/fishladder.c.REMOVED.git-id @@ -1 +1 @@ -70448bc43d718d2fcf759a07eca9e0fa45de9642 \ No newline at end of file +a06f0751b02c691782011ca6b3d4684fe01e515e \ No newline at end of file diff --git a/vg/config.h b/vg/config.h index d8a9246..a5938f1 100644 --- a/vg/config.h +++ b/vg/config.h @@ -5,7 +5,7 @@ static struct button_binding vg_button_binds[] = { .name = "primary", .bind = GLFW_MOUSE_BUTTON_LEFT }, { .name = "secondary", .bind = GLFW_MOUSE_BUTTON_RIGHT }, { .name = "noclip", .bind = GLFW_KEY_V, }, - { .name = "jump", .bind = GLFW_KEY_SPACE } + { .name = "go", .bind = GLFW_KEY_SPACE } }; static struct axis_binding vg_axis_binds[] =