summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index adaac43..c63e04e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -61,6 +61,10 @@ int InitialiseWindowsSystem()
exit(EXIT_FAILURE);
}
+ SDL_WM_SetCaption("Aliens vs Predator", "Aliens vs Predator");
+
+// SDL_ShowCursor(0);
+
glViewport(0, 0, MyWidth, MyHeight);
glMatrixMode(GL_PROJECTION);
@@ -447,8 +451,6 @@ int main(int argc, char *argv[])
// AvP.PlayerType = I_Marine;
// SetLevelToLoad(AVP_ENVIRONMENT_DERELICT); /* starting marine level */
-// SetLevelToLoad(AVP_ENVIRONMENT_INVASION); /* because the menus aren't implemented */
-
// AvP.PlayerType = I_Predator;
// SetLevelToLoad(AVP_ENVIRONMENT_WATERFALL); /* starting predator level */