cache: add set_zoom_distance

This commit is contained in:
Adam
2018-01-26 20:45:55 -05:00
parent 96eb258410
commit 4ca7ee2014
2 changed files with 2 additions and 1 deletions

View File

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

View File

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