Renamed some static classes

This commit is contained in:
Pazaz 2022-05-01 12:48:59 -04:00
parent 37883b9f35
commit ff0e890dcd
116 changed files with 1932 additions and 1973 deletions

View file

@ -14,7 +14,7 @@ public final class Static28 {
Static99.mapSizeZ = 104;
Static277.tileVisibilityDistance = tileVisibility;
Static197.surfaceGroundTiles = new Tile[4][Static152.mapSizeX][Static99.mapSizeZ];
Static107.surfaceTileHeightMap = new int[4][Static152.mapSizeX + 1][Static99.mapSizeZ + 1];
SceneGraph.surfaceTileHeights = new int[4][Static152.mapSizeX + 1][Static99.mapSizeZ + 1];
if (GlRenderer.enabled) {
Static36.surfaceHdTiles = new GlTile[4][];
}