summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-04-26 00:38:02 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commit2f14808546e9176a2e9e111632c432d414254d95 (patch)
treee2a8bfe8b6502c8f6b1d021e5f24a24cf43d4a0e /src/main.c
parente2b0cf86f9427eabfe4a4de4b1395c7a2a88aa51 (diff)
Removed debug quit message.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 91f64e5..c2625cf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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;
}