mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-13 20:42:11 +00:00
- removed the wrappers.
This commit is contained in:
parent
4eeeb00c1b
commit
12bfd830c9
1 changed files with 0 additions and 5 deletions
|
@ -195,11 +195,6 @@ struct XSECTOR {
|
|||
double offFloorZ;
|
||||
double onFloorZ;
|
||||
|
||||
int int_offCeilZ() const { return offCeilZ * zworldtoint; }
|
||||
int int_onCeilZ() const { return onCeilZ * zworldtoint; }
|
||||
int int_offFloorZ() const { return offFloorZ * zworldtoint; }
|
||||
int int_onFloorZ() const { return onFloorZ * zworldtoint; }
|
||||
|
||||
uint32_t windVel; // Wind vel (changed from 10 bit to use higher velocity values)
|
||||
|
||||
uint16_t data; // Data
|
||||
|
|
Loading…
Reference in a new issue