A french teacher from my school said that too, besides the not knowing much french part...!
Noxid said:Oh, by the way, I've come to the conclusion that there are problems with using old map data. I don't know why, but if you try and put code in the non-code segment and run it on a 64-bit or greater OS then it'll crash.
resolves that.case 0:
bit2[j] = 1;
break;
case 1:
bit2[j] = 1;
break;
case 2:
bit2[j] = 0;
break;
case 3:
bit2[j] = 0;
break;
case 4:
bit2[j] = 0;
break;
case 5:
bit2[j] = 0;
break;
case 6:
bit2[j] = 1;
break;
case 7:
bit2[j] = 0;
break;