As my project slowly progresses and line count is ever higher, now suddenly the compiler is complaining about my comments.
myVar = myVar + 1 // increase myVar will give me an error similar to "could not determine parameter type of '1 `````````r' at line x". However, placing a colon like this
myVar = myVar + 1 : // increase myVar apparently solves that issue..
My question is if that is a common compiler error, and also why it suddenly decide to appear now after nearly 10k lines of code when it never did previously?
IS that a game, a program, or 3 year old drawing.