trusted-editors
544
edits
Please create an account or Login! Have fun!
Indyindeed (talk | contribs) |
m (→Cause: from pieguy on the topic in the CCBBC Discord https://discordapp.com/channels/343036755999457281/350042613254062091/599384136653864977) |
||
Line 2: | Line 2: | ||
== Cause == | == Cause == | ||
The root cause of the glitch is uninitialized variables in the game | The root cause of the glitch is uninitialized variables in the game. That is, some part of the program attempts to read some place in memory without ever writing to it first (or the programmer forgets to write to it first), causing the read data to be something unrelated that was coincidentally written in that place earlier by a different, unrelated part of the program. | ||
== Traps == | == Traps == |