···797797 }
798798799799 public static void drawShadedLine(int[] dest, int dest_off, int start_x, int end_x, int color_index, int grad) {
800800- if (useLatestShadeLine) {//divert all calls to the new method as its better
800800+ if (!useLatestShadeLine) {//divert all calls to the new method as its better
801801 drawShadedLine562(dest, dest_off, start_x, end_x, color_index, grad);
802802// drawShadedLine656(dest, dest_off, start_x, end_x, color_index, grad);
803803 return;