projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2afcc7
)
Remove a duplicate stat definition
author
Mario <zacjardine@y7mail.com>
Thu, 13 Nov 2014 10:08:05 +0000
(21:08 +1100)
committer
Mario <zacjardine@y7mail.com>
Thu, 13 Nov 2014 10:08:05 +0000
(21:08 +1100)
qcsrc/client/movetypes.qc
patch
|
blob
|
history
diff --git
a/qcsrc/client/movetypes.qc
b/qcsrc/client/movetypes.qc
index
a4122d2
..
b536797
100644
(file)
--- a/
qcsrc/client/movetypes.qc
+++ b/
qcsrc/client/movetypes.qc
@@
-1,4
+1,3
@@
-const float STAT_MOVEFLAGS = 225;
const float MOVEFLAG_GRAVITYUNAFFECTEDBYTICRATE = 4;
#define GRAVITY_UNAFFECTED_BY_TICRATE (getstati(STAT_MOVEFLAGS) & MOVEFLAG_GRAVITYUNAFFECTEDBYTICRATE)