-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23bb155
commit 3ca0a87
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule quakespasm-spiked
updated
19 files
+57 −54 | Quake/cl_input.c | |
+28 −15 | Quake/cl_main.c | |
+4 −2 | Quake/client.h | |
+2 −2 | Quake/crc.h | |
+2 −30 | Quake/gl_rmain.c | |
+1 −1 | Quake/gl_sky.c | |
+13 −3 | Quake/host.c | |
+3 −3 | Quake/in_sdl.c | |
+8 −8 | Quake/mdfour.c | |
+5 −2 | Quake/menu.c | |
+41 −11 | Quake/net_dgrm.c | |
+2 −0 | Quake/pmove.h | |
+24 −24 | Quake/pr_ext.c | |
+8 −5 | Quake/r_alias.c | |
+1 −0 | Quake/server.h | |
+5 −2 | Quake/sv_main.c | |
+1 −1 | Quake/sv_phys.c | |
+30 −7 | Quake/sv_user.c | |
+8 −67 | Quake/view.c |