X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg%2Fconfig.h;h=34df41fd60aa06c9226ab807d5b8c3652000c989;hb=7d33b1d4576c1e35cd03ee3034840b8053914ae1;hp=b9aef412206d479e92cbf18d464ba1e94c484121;hpb=5cd0365349b88c7774e0e18c0cad591156512c1f;p=fishladder.git diff --git a/vg/config.h b/vg/config.h index b9aef41..34df41f 100644 --- a/vg/config.h +++ b/vg/config.h @@ -18,6 +18,7 @@ static struct axis_binding vg_axis_binds[] = { .name = "vertical", .positive = GLFW_KEY_W, .negative = GLFW_KEY_S } }; +#ifdef VG_STEAM static struct vg_achievement vg_achievements[] = { { .name = "CAN_DO_THAT" }, @@ -29,3 +30,4 @@ static struct vg_achievement vg_achievements[] = { .name = "SQUEEZE" }, { .name = "MASTER_ENGINEER" } }; +#endif