'Expecting ';', but got '[' instead'
The compiler spits an error at me when I do this:
struct Enemy
{
//blablabla
}
Enemy masterenemy[MAXENEMYTYPES][MAXENEMYTINTS];
//MAXENEMYTYPES and MAXENEMYTINTS has been defined, by the way.
Either I'm doing something wrong, or 2D struct Arrays are out to get me. =/