move source content folders
[carveJwlIkooP6JGAAIwe30JlM.git] / player_drive.c
index 230e7bdb0970c2ebc94242a211c024ca73327558..04620370f97a23641a22736d31d41445044b0298 100644 (file)
@@ -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)