mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 20:43:15 +00:00
- Remove FloatBobDiffs[] table, as it is now unused.
SVN r3752 (trunk)
This commit is contained in:
parent
8a925757f5
commit
26e65b26a1
1 changed files with 0 additions and 20 deletions
|
@ -140,26 +140,6 @@ fixed_t FloatBobOffsets[64] =
|
|||
-200637, -152193, -102284, -51389
|
||||
};
|
||||
|
||||
fixed_t FloatBobDiffs[64] =
|
||||
{
|
||||
51389, 51389, 50894, 49909, 48444,
|
||||
46511, 44131, 41326, 38123,
|
||||
34553, 30649, 26451, 21998,
|
||||
17334, 12501, 7550, 2524,
|
||||
-2524, -7550, -12501, -17334,
|
||||
-21998, -26451, -30649, -34553,
|
||||
-38123, -41326, -44131, -46511,
|
||||
-48444, -49909, -50894, -51390,
|
||||
-51389, -50894, -49909, -48444,
|
||||
-46511, -44131, -41326, -38123,
|
||||
-34553, -30649, -26451, -21999,
|
||||
-17333, -12502, -7549, -2524,
|
||||
2524, 7550, 12501, 17334,
|
||||
21998, 26451, 30650, 34552,
|
||||
38123, 41326, 44131, 46511,
|
||||
48444, 49909, 50895
|
||||
};
|
||||
|
||||
CVAR (Int, cl_pufftype, 0, CVAR_ARCHIVE);
|
||||
CVAR (Int, cl_bloodtype, 0, CVAR_ARCHIVE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue