The following code:
if (DEBUG)
Expected Results:
Since I'm not working with the preprocessor at this point it should interpret "DEBUG" as a variable.
Actual Results:
"DEBUG" appears to be a reserved variable?
Does the problem occur:
Every time? Or how often?
Every time.
In other games?
Yes.
In other user accounts?
Yes.
On other computers?
Yes.
When does the problem NOT occur?
The problem does not occur when another name is used.
Workarounds:
Use a different name than "DEBUG".