hy, i wanna do a simple bitshifting.
heres my code:
case 4:
int zw1 = gameData1 >> 1;
int zw2 = gameData2 >> 1;
gameData1 = zw1;
gameData2 = zw2;
break;
but it doesnt work. yes, it enters this case, i checked that.
anyone an idea, why this does not work?
in 17 hours is my presentation of my diploma project. so if anyone got a suggestion, i'll be happy for it.