X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_drive.c;h=04620370f97a23641a22736d31d41445044b0298;hb=238a3a4ef19bb137e2a878ee38f99d253eddb51c;hp=230e7bdb0970c2ebc94242a211c024ca73327558;hpb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_drive.c b/player_drive.c index 230e7bd..0462037 100644 --- a/player_drive.c +++ b/player_drive.c @@ -74,9 +74,9 @@ void player__drive_post_animate(void) localplayer.angles[1] = pitch; } -void player__drive_im_gui(void) +void player__drive_im_gui( ui_context *ctx ) { - player__debugtext( 1, "Nothing here" ); + player__debugtext( ctx, 1, "Nothing here" ); } void player__drive_bind(void)