From e5d9875ae5e268d7172173805c364ad825609a79 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 15 Sep 2022 18:15:41 +0200 Subject: [PATCH] - one inttoworld -> maptoworld --- source/games/duke/src/actors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/games/duke/src/actors.cpp b/source/games/duke/src/actors.cpp index eb2380a05..5eba2cbb6 100644 --- a/source/games/duke/src/actors.cpp +++ b/source/games/duke/src/actors.cpp @@ -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()) {