aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/main.cpp b/main.cpp
index 2203465..1fb5cb1 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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.