- one inttoworld -> maptoworld

This commit is contained in:
Christoph Oelckers 2022-09-15 18:15:41 +02:00
parent 8d99277b87
commit e5d9875ae5

View file

@ -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())
{