]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - input.h
eliminated channel_t reference in OGG_FetchEnd
[xonotic/darkplaces.git] / input.h
diff --git a/input.h b/input.h
index 58d256f9b3a7724dd745be59b8996db7f32303c2..057329644162826f5897b8884713001c375cd2ed 100644 (file)
--- a/input.h
+++ b/input.h
@@ -28,7 +28,7 @@ extern cvar_t in_pitch_max;
 extern qboolean in_client_mouse;
 extern float in_mouse_x, in_mouse_y;
 
-//enum {input_game,input_message,input_menu} input_dest;
+//enum input_dest_e {input_game,input_message,input_menu} input_dest;
 
 void IN_Move (void);
 // add additional movement on top of the keyboard move cmd