08.05.2013, 20:56
I think you would have to undefine MAX_VEHICLES the just define it again. I'm not sure that's such a good idea though as that may make your array go out of bounds.
In fact I'm not even sure the code would compile TBH. The array size I THINK has to stay static which means setting it to the MAX number of vehicles possible on the system.
In fact I'm not even sure the code would compile TBH. The array size I THINK has to stay static which means setting it to the MAX number of vehicles possible on the system.