diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -212,10 +212,9 @@ static unsigned int fadeIntensity = 0; * MAIN ************************************************************************ *******************************************************************************/ -int main(int argc, char *argv[]){ - *argv = (char *)argc; +int main(/*int argc, char *argv[]*/){ + //*argv = (char *)argc; gameRunning=false; - /*! * (Attempt to) Initialize SDL libraries so that we can use SDL facilities and eventually * make openGL calls. Exit if there was an error. |