summaryrefslogtreecommitdiff
path: root/src/doomstat.h
diff options
context:
space:
mode:
authorSimon Howard2005-09-04 14:51:19 +0000
committerSimon Howard2005-09-04 14:51:19 +0000
commit4fcb2575e748bdff1f219da8051844c31254f19a (patch)
tree7f6ce89922b01924e7745bf250dc1138612acf75 /src/doomstat.h
parent2e941b777d32cdfc5d023f5e127da580edabadc3 (diff)
downloadchocolate-doom-4fcb2575e748bdff1f219da8051844c31254f19a.tar.gz
chocolate-doom-4fcb2575e748bdff1f219da8051844c31254f19a.tar.bz2
chocolate-doom-4fcb2575e748bdff1f219da8051844c31254f19a.zip
Display the correct quit messages according to which game is being played.
Remove "language" variable (do this through gettext, if ever) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 66
Diffstat (limited to 'src/doomstat.h')
-rw-r--r--src/doomstat.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/doomstat.h b/src/doomstat.h
index a36193c0..9339009d 100644
--- a/src/doomstat.h
+++ b/src/doomstat.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: doomstat.h 59 2005-08-31 21:21:18Z fraggle $
+// $Id: doomstat.h 66 2005-09-04 14:51:19Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -70,11 +70,6 @@ extern boolean modifiedgame;
// -------------------------------------------
-// Language.
-extern Language_t language;
-
-
-// -------------------------------------------
// Selected skill type, map etc.
//
@@ -297,6 +292,10 @@ extern int ticdup;
//-----------------------------------------------------------------------------
//
// $Log$
+// Revision 1.5 2005/09/04 14:51:19 fraggle
+// Display the correct quit messages according to which game is being played.
+// Remove "language" variable (do this through gettext, if ever)
+//
// Revision 1.4 2005/08/31 21:21:18 fraggle
// Better IWAD detection and identification. Support '-iwad' to specify
// the IWAD to use.