Learning how to program/code video games step by step in Java. Platformers, Shooters, Turn Based Strategy, Real Time Strategy.
donderdag 7 april 2011
illegal character /160 while copying and pasting code
There is something wrong with the text. There are unknown characters that are invisible. Retype the lines that give the error and the problem should go away.
public static int[] patroColumnes={0, 22, 44, 66}; public static int NOM = 0; public static int COGNOM1 = 1; public static int COGNOM2 = 2; public static int EDAT = 3; public static int MIDA_FILA = 70;
public static int[] patroColumnes={0, 22, 44, 66};
public static int NOM = 0;
public static int COGNOM1 = 1;
public static int COGNOM2 = 2;
public static int EDAT = 3;
public static int MIDA_FILA = 70;