Thread: Include files
View Single Post
09-21-18, 01:08 PM   #9
doofus
A Chromatic Dragonspawn
Join Date: Feb 2018
Posts: 158
I think I have found the issue, when I move variable initialisation from inside a function to the outside (static init), I forgot in some cases to delete the function initialisation resulting in the static one to be overwritten.
  Reply With Quote