- 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
|
|
@ -540,7 +540,7 @@ void S_ParseSndSeq (int levellump)
|
|||
int delaybase;
|
||||
float volumebase;
|
||||
int curseq = -1;
|
||||
fixed_t val;
|
||||
int val;
|
||||
|
||||
// First free the old SNDSEQ data. This allows us to reload this for each level
|
||||
// and specify a level specific SNDSEQ lump!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue