mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-20 01:45:16 -06:00
Basic NPC rendering under playground project
This commit is contained in:
parent
8fb5b3fc75
commit
3a90dfc1b3
43 changed files with 555 additions and 315 deletions
|
|
@ -58,8 +58,8 @@ public class AreaSoundManager {
|
|||
local138 = local138.getMultiNpc();
|
||||
}
|
||||
if (local138 != null) {
|
||||
local13.anInt2028 = (local138.soze + arg0) * 128;
|
||||
local13.anInt2037 = (arg4 + local138.soze) * 128;
|
||||
local13.anInt2028 = (local138.size + arg0) * 128;
|
||||
local13.anInt2037 = (arg4 + local138.size) * 128;
|
||||
local13.sound = Static112.getSound(arg3);
|
||||
local13.radius = local138.soundRadius * 128;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue