char stringRead[255];
inFile.getline(stringRead, 255);
strcpy(attackString,stringRead);
inFile.getline(stringRead, 255);
strcpy(musicString,stringRead);
When I try this I get the same thing as before.
The first time I run the program it will display the music tring when I toggle the music on...