cache: add set_camera_focal_point_height

This commit is contained in:
Adam
2018-01-26 21:40:16 -05:00
parent 7b3c8c34e9
commit d53200cb14
2 changed files with 2 additions and 1 deletions

View File

@@ -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);

View File

@@ -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;