mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
Renamed some static classes
This commit is contained in:
parent
37883b9f35
commit
ff0e890dcd
116 changed files with 1932 additions and 1973 deletions
|
|
@ -46,7 +46,7 @@ public final class Static260 {
|
|||
}
|
||||
@Pc(10) int local10 = arg1 << 7;
|
||||
@Pc(14) int local14 = arg2 << 7;
|
||||
@Pc(24) int local24 = SceneGraph.activeTileHeightMap[arg0][arg1][arg2] - 1;
|
||||
@Pc(24) int local24 = SceneGraph.tileHeights[arg0][arg1][arg2] - 1;
|
||||
@Pc(28) int local28 = local24 - 120;
|
||||
@Pc(32) int local32 = local24 - 230;
|
||||
@Pc(36) int local36 = local24 - 238;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue