Renamed some more LocType opcodes to match original naming

This commit is contained in:
Pazaz 2022-07-22 09:46:00 -04:00
parent 7d2d6e56a7
commit 6b361daa4c
8 changed files with 128 additions and 125 deletions

View file

@ -34,12 +34,12 @@ public class AreaSoundManager {
sound.minXFine = x * 128;
sound.level = level;
if (loc != null) {
sound.sounds = loc.anIntArray381;
sound.radius = loc.soundRadius * 128;
sound.maxInterval = loc.anInt4414;
sound.sounds = loc.bgsounds;
sound.radius = loc.bgsoundrange * 128;
sound.maxInterval = loc.bgsoundmax;
sound.locType = loc;
sound.sound = loc.sound;
sound.minInterval = loc.anInt4419;
sound.sound = loc.bgsound;
sound.minInterval = loc.bgsoundmin;
@Pc(57) int local57 = loc.width;
@Pc(60) int local60 = loc.length;
if (arg2 == 1 || arg2 == 3) {