Removed some unused code.

Added some of the level drawing hacks (water, rain).
This commit is contained in:
Steven Fuller 2001-08-21 22:37:05 +00:00 committed by Patryk Obara
parent fe15141c2f
commit abd1c68579
5 changed files with 2693 additions and 374 deletions

View file

@ -624,10 +624,12 @@ int main(int argc, char *argv[])
#else
// AvP.PlayerType = I_Alien;
// SetLevelToLoad(AVP_ENVIRONMENT_TEMPLE); /* starting alien level */
// SetLevelToLoad(AVP_ENVIRONMENT_INVASION_A);
AvP.PlayerType = I_Marine;
SetLevelToLoad(AVP_ENVIRONMENT_DERELICT); /* starting marine level */
// SetLevelToLoad(AVP_ENVIRONMENT_DERELICT); /* starting marine level */
SetLevelToLoad(AVP_ENVIRONMENT_COLONY);
// AvP.PlayerType = I_Predator;
// SetLevelToLoad(AVP_ENVIRONMENT_WATERFALL); /* starting predator level */