18.06.2013, 18:03
You lose 6.5 bytes on this.
When you define your field never build it new gateID [1] and then use gateID [1].
Cells maybe used for example.
new gateID [1]Gate [0] = ...is wrong:new gate [1];Gate [1] = ...
it will throw error.
When you define your field never build it new gateID [1] and then use gateID [1].
Cells maybe used for example.
new gateID [1]Gate [0] = ...is wrong:new gate [1];Gate [1] = ...
it will throw error.

