mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
[input] Nuke IN_Move from orbit
gotta be sure :) On a serious note, it was always a problem in that it had client-specific code and concepts embedded in the libraries.
This commit is contained in:
parent
15dbe443b0
commit
b892ce637a
9 changed files with 10 additions and 77 deletions
|
@ -585,7 +585,7 @@ CL_Init (cbuf_t *cbuf)
|
|||
|
||||
W_LoadWadFile ("gfx.wad");
|
||||
VID_Init (basepal, colormap);
|
||||
IN_Init (cbuf);
|
||||
IN_Init ();
|
||||
R_Init ();
|
||||
r_data->lightstyle = cl.lightstyle;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue