mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-01 05:20:43 +00:00
- one inttoworld -> maptoworld
This commit is contained in:
parent
8d99277b87
commit
e5d9875ae5
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ void movefx(void)
|
|||
|
||||
case MUSICANDSFX:
|
||||
{
|
||||
double maxdist = act->spr.hitag * inttoworld;
|
||||
double maxdist = act->spr.hitag * maptoworld;
|
||||
|
||||
if (act->temp_data[1] != (int)SoundEnabled())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue