-
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
3ca0a87
commit 36e832b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule quakespasm-spiked
updated
16 files
+106 −0 | Quake/cl_main.c | |
+0 −1 | Quake/cl_parse.c | |
+27 −10 | Quake/cvar.c | |
+2 −2 | Quake/gl_draw.c | |
+1 −1 | Quake/gl_mesh.c | |
+0 −2 | Quake/gl_model.c | |
+4 −0 | Quake/gl_texmgr.c | |
+11 −2 | Quake/host.c | |
+24 −2 | Quake/menu.c | |
+4 −4 | Quake/net_dgrm.c | |
+2 −0 | Quake/pmove.h | |
+13 −8 | Quake/pr_ext.c | |
+1 −1 | Quake/r_brush.c | |
+0 −5 | Quake/r_world.c | |
+13 −5 | Quake/world.c | |
+4 −0 | Quake/zone.h |