i dont understand why it wont work it says it cant convert...when i tried to load my menu function it doesn't load my menu any more.
here is the problem where my error lies my menu should open here but it states that it cann't convert from 'const int to state' i am guessing i need to use some other varible but int,char,float none of them work in the sittuation and i cant understand why they wont work so what should i do in order to figure out what i am doing wrong then i can resolve the problem, the error happens in this line
currentstate = mainmenu or so i am told by VS. below i have pasted the line of problem and the lines just above and below to see if something i have done before or after has had unexpected results
const int MAINMENU = 1;
const int SINGLEPLAYER = 2;