Removed debug quit message.

This commit is contained in:
Steven Fuller 2008-04-26 00:38:02 -07:00 committed by Patryk Obara
parent e2b0cf86f9
commit 2f14808546

View file

@ -1568,7 +1568,5 @@ if (AvP_MainMenus())
CDDA_End();
ClearMemoryPool();
fprintf(stderr, "Now exiting Aliens vs Predator! At least it didn't crash!\n");
return 0;
}