summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index d99a495..fc44070 100644
--- a/src/main.c
+++ b/src/main.c
@@ -434,10 +434,11 @@ int main(int argc, char *argv[])
AvP.CurrentEnv = AvP.StartingEnv = 0; /* are these even used? */
- AvP.PlayerType = I_Alien;
+// AvP.PlayerType = I_Alien;
+ AvP.PlayerType = I_Marine;
// SetLevelToLoad(AVP_ENVIRONMENT_INVASION); /* because the menus aren't implemented */
-// SetLevelToLoad(AVP_ENVIRONMENT_DERELICT); /* starting marine level */
- SetLevelToLoad(AVP_ENVIRONMENT_LEADWORKS_MP);
+ SetLevelToLoad(AVP_ENVIRONMENT_DERELICT); /* starting marine level */
+// SetLevelToLoad(AVP_ENVIRONMENT_LEADWORKS_MP);
// while(AvP_MainMenus()) {