X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=input.h;h=057329644162826f5897b8884713001c375cd2ed;hp=58d256f9b3a7724dd745be59b8996db7f32303c2;hb=8d8fea1106dfc80248ccf0c7a4e8ad99dc5f6d97;hpb=df8727697622029dd7a03047999ffc19b49e44ea diff --git a/input.h b/input.h index 58d256f9..05732964 100644 --- 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