projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f323dea
)
remove an unused variable
author
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 30 Dec 2009 19:40:42 +0000
(19:40 +0000)
committer
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 30 Dec 2009 19:40:42 +0000
(19:40 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9754
d7cf8633
-e32d-0410-b094-
e92efae38249
protocol.c
patch
|
blob
|
history
diff --git
a/protocol.c
b/protocol.c
index 85826a7a2e75bf811fdf5ea34613418d9d79591c..393545d5112a38a0a51b21e4a56efe88afcaf988 100644
(file)
--- a/
protocol.c
+++ b/
protocol.c
@@
-2390,7
+2390,7
@@
static int EntityState5_DeltaBits(const entity_state_t *o, const entity_state_t
void EntityFrame5_CL_ReadFrame(void)
{
- int
i,
n, enumber, framenum;
+ int n, enumber, framenum;
entity_t *ent;
entity_state_t *s;
// read the number of this frame to echo back in next input packet