projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e36bc40
)
remove unused variable i in V_ParseDamage
author
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 1 Mar 2004 05:03:46 +0000
(
05:03
+0000)
committer
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 1 Mar 2004 05:03:46 +0000
(
05:03
+0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3945
d7cf8633
-e32d-0410-b094-
e92efae38249
view.c
patch
|
blob
|
history
diff --git
a/view.c
b/view.c
index
570e460
..
d216df2
100644
(file)
--- a/
view.c
+++ b/
view.c
@@
-204,7
+204,7
@@
V_ParseDamage
*/
void V_ParseDamage (void)
{
- int
i,
armor, blood;
+ int armor, blood;
vec3_t from;
//vec3_t forward, right;
vec3_t localfrom;