- floatified bmaporgx and bmaporgy, allowing to remove the gross overflow prevention hacks present in the blockmap code.
This commit is contained in:
parent
f41afde545
commit
8fd76f0c8a
16 changed files with 74 additions and 154 deletions
|
|
@ -162,8 +162,8 @@ enum SICommands
|
|||
struct FBloodSFX
|
||||
{
|
||||
DWORD RelVol; // volume, 0-255
|
||||
fixed_t Pitch; // pitch change
|
||||
fixed_t PitchRange; // range of random pitch
|
||||
int Pitch; // pitch change
|
||||
int PitchRange; // range of random pitch
|
||||
DWORD Format; // format of audio 1=11025 5=22050
|
||||
SDWORD LoopStart; // loop position (-1 means no looping)
|
||||
char RawName[9]; // name of RAW resource
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue