Revision r4090
Fix the vsync menu option so that it actually works. Variables at global scope which share a name tend to actually be the same variable. Not good when you pass such a variable to function that immediately returns if the passed parameter (the variable) equals said variable (itself). ------------------------------------------------------------------------