pre-move config validation
authorhgn <hgodden00@gmail.com>
Wed, 21 Jul 2021 15:58:14 +0000 (16:58 +0100)
committerhgn <hgodden00@gmail.com>
Wed, 21 Jul 2021 16:01:29 +0000 (17:01 +0100)
Former-commit-id: 41b1d4623dd42a6bacd4fec89736022dc620fadd

build.sh.REMOVED.git-id
fishladder.c.REMOVED.git-id
vg/config.h

index dd4df623ae561717f1a71e60614f52dc654f176f..57f7702d7edaa02db77fe58c7eb2499915bd3a7c 100644 (file)
@@ -1 +1 @@
-b131633af692015623ccb8a5c560be09cf24def1
\ No newline at end of file
+bd7ec513d5f8550a3980bd05d7107f06420c0672
\ No newline at end of file
index 5a246f3f08c95a6bd66369a51df56b99a7f94e07..9462f373b55fda45d17a58a897d8ce98c989f8b3 100644 (file)
@@ -1 +1 @@
-70448bc43d718d2fcf759a07eca9e0fa45de9642
\ No newline at end of file
+a06f0751b02c691782011ca6b3d4684fe01e515e
\ No newline at end of file
index d8a9246903c912532a933b6cb51c5e4fb25cf93e..a5938f10a9dbf1a73ad551b4dfa77abba62fbb3e 100644 (file)
@@ -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[] =