mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-22 10:55:17 -06:00
Renamed some more LocType opcodes to match original naming
This commit is contained in:
parent
7d2d6e56a7
commit
6b361daa4c
8 changed files with 128 additions and 125 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue