cache: add set_zoom_distance
This commit is contained in:
@@ -469,7 +469,7 @@ public class Instructions
|
||||
add(CANCEL_LOGIN, "cancel_login", 0, 0);
|
||||
// 5700-6300
|
||||
add(6200, 2, 0);
|
||||
add(6201, 2, 0);
|
||||
add(SET_ZOOM_DISTANCE, "set_zoom_distance", 2, 0);
|
||||
add(6202, 4, 0);
|
||||
add(GET_VIEWPORT_SIZE, "get_viewport_size", 0, 2);
|
||||
add(6204, 0, 2);
|
||||
|
||||
@@ -362,6 +362,7 @@ public class Opcodes
|
||||
public static final int SET_SCREENTYPE = 5309;
|
||||
public static final int GET_MAPANGLE = 5506;
|
||||
public static final int CANCEL_LOGIN = 5630;
|
||||
public static final int SET_ZOOM_DISTANCE = 6201;
|
||||
public static final int GET_VIEWPORT_SIZE = 6203;
|
||||
public static final int LOAD_WORLDS = 6500;
|
||||
public static final int GET_FIRST_WORLD = 6501;
|
||||
|
||||
Reference in New Issue
Block a user