mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 22:51:37 +00:00
I forgot to modify vid_x.c, quake-x11 works now :)
-- Eric Windisch
This commit is contained in:
parent
2021a48efc
commit
e6c9e1e5cd
1 changed files with 1 additions and 1 deletions
|
@ -1088,7 +1088,7 @@ void IN_Move (usercmd_t *cmd)
|
|||
mouse_x = mouse_y = 0.0;
|
||||
}
|
||||
|
||||
void VID_ExtraOptionDraw(void)
|
||||
void VID_ExtraOptionDraw(unsigned int options_draw_cursor)
|
||||
{
|
||||
// Windowed Mouse
|
||||
M_Print (16, options_draw_cursor+=8, " Use Mouse");
|
||||
|
|
Loading…
Reference in a new issue