Recently i have been experiencing more and more corrupt builds. For instance when i access
npc[4] it accesses
npc[3]. Or instead of
details->Hp it returns
details->Energy. Problem magically fixes itself when i rebuild. (after i spent hours trying to find the non-existing bug of course)
This is getting more frequent while my project gets bigger and bigger. Why does something like this occurs? How can i avoid it?
I hope i made myself clear.
thank you.