summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index 1a2efb1..b94d517 100644
--- a/src/main.c
+++ b/src/main.c
@@ -117,9 +117,8 @@ int InitialiseWindowsSystem()
glPolygonMode(GL_BACK, GL_FILL);
glDisable(GL_CULL_FACE);
-/*
glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
-*/
+
return 0;
}
@@ -764,8 +763,6 @@ int main(int argc, char *argv[])
*/
RestartLevel();
}
-
-// break; /* TODO -- remove when loop works */
}
AvP.LevelCompleted = thisLevelHasBeenCompleted;