X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_common.c;h=1ecbae9a8eefa08ee7ae49d3cf602ae78ffb5041;hb=238a3a4ef19bb137e2a878ee38f99d253eddb51c;hp=9a03e19134fe2827e98f584716ad59ab25b24a2c;hpb=5a233469f45ee7cbdc89cb87956f9ef2989ad1b5;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_common.c b/player_common.c index 9a03e19..1ecbae9 100644 --- a/player_common.c +++ b/player_common.c @@ -269,7 +269,7 @@ void player__cam_iterate(void) void player_look( v3f angles, float speed ) { - if( g_ui_ctx->wants_mouse ) return; + if( vg_ui.ctx.wants_mouse ) return; angles[2] = 0.0f;