cache: add set_camera_focal_point_height
This commit is contained in:
@@ -463,7 +463,7 @@ public class Instructions
|
||||
add(5504, 2, 0);
|
||||
add(5505, 0, 1);
|
||||
add(GET_MAPANGLE, "get_mapangle", 0, 1);
|
||||
add(5530, 1, 0);
|
||||
add(SET_CAMERA_FOCAL_POINT_HEIGHT, "set_camera_focal_point_height", 1, 0);
|
||||
add(5531, 0, 1);
|
||||
// 5600-5700
|
||||
add(CANCEL_LOGIN, "cancel_login", 0, 0);
|
||||
|
||||
@@ -361,6 +361,7 @@ public class Opcodes
|
||||
public static final int GET_SCREENTYPE = 5308;
|
||||
public static final int SET_SCREENTYPE = 5309;
|
||||
public static final int GET_MAPANGLE = 5506;
|
||||
public static final int SET_CAMERA_FOCAL_POINT_HEIGHT = 5530;
|
||||
public static final int CANCEL_LOGIN = 5630;
|
||||
public static final int SET_ZOOM_DISTANCE = 6201;
|
||||
public static final int GET_VIEWPORT_SIZE = 6203;
|
||||
|
||||
Reference in New Issue
Block a user