I'm trying to read 1 and 0's from text file, into bool variables, and set them as such, but keep getting an error. The value is read correctly from the file, but when I set the bools inside map_tile class and cout it, it comes out as 152 oddly enough. What am I doing wrong?