The only way I can imagine that comments could cause a source not to compile it would be if they had not the characters // or /* in front of them. Of cource I am not a programmer wizard so I might miss something. I am pretty confident that Mr. Ogre erased what was enclosed within the comments and not just the characters that declare that what follows them is a comment in a compiler.
What probably was lost with the comments were parts of unimplemented code that were inclosed into comments for possible future use like patches, expansions or new releases instead of been deleted in the first place.
What probably was lost with the comments were parts of unimplemented code that were inclosed into comments for possible future use like patches, expansions or new releases instead of been deleted in the first place.
Comment