Rename plane again (scene_plane already existed)

This commit is contained in:
Lucwousin
2019-10-31 17:18:46 +01:00
parent 92c674fdff
commit 2a87b2f2e8
21 changed files with 101 additions and 101 deletions

View File

@@ -63,7 +63,7 @@ public interface RSClient extends RSGameShell, Client
@Override
int getCameraZ2();
@Import("Scene_plane")
@Import("Client_plane")
@Override
int getPlane();
@@ -904,7 +904,7 @@ public interface RSClient extends RSGameShell, Client
@Import("Scene_cameraYTile")
void setScreenCenterZ(int screenCenterZ); // <-- This is correct!
@Import("Scene_plane")
@Import("Client_plane")
void setScenePlane(int scenePlane);
@Import("Scene_cameraXTileMin")