projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e1aa63
)
I forgot to mention that I also fixed some other asymmetric crosshairs (3 and 4)
author
sajt <sajt@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 23 Aug 2005 09:03:26 +0000
(09:03 +0000)
committer
sajt <sajt@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 23 Aug 2005 09:03:26 +0000
(09:03 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5642
d7cf8633
-e32d-0410-b094-
e92efae38249
gl_draw.c
patch
|
blob
|
history
diff --git
a/gl_draw.c
b/gl_draw.c
index
048a46c
..
4edff7b
100644
(file)
--- a/
gl_draw.c
+++ b/
gl_draw.c
@@
-313,7
+313,8
@@
cachepic_t *Draw_CachePic (const char *path, qboolean persistent)
qpic_t *p;
int flags;
- if (!strncmp(CLVIDEOPREFIX, path, sizeof(CLVIDEOPREFIX) - 1)) {
+ if (!strncmp(CLVIDEOPREFIX, path, sizeof(CLVIDEOPREFIX) - 1))
+ {
clvideo_t *video;
video = CL_GetVideo(path);