summaryrefslogtreecommitdiff
path: root/src/dstrings.h
diff options
context:
space:
mode:
authorSimon Howard2006-10-10 02:00:52 +0000
committerSimon Howard2006-10-10 02:00:52 +0000
commit5db5fe7d42dbcc3912762c6327e34919dc131ca7 (patch)
treed6ec8650aa73e620acfd23b0f4d8d4968c7854f8 /src/dstrings.h
parentbe3d314a61d68281f02af1248a85e6aa069c4980 (diff)
downloadchocolate-doom-5db5fe7d42dbcc3912762c6327e34919dc131ca7.tar.gz
chocolate-doom-5db5fe7d42dbcc3912762c6327e34919dc131ca7.tar.bz2
chocolate-doom-5db5fe7d42dbcc3912762c6327e34919dc131ca7.zip
Remove d_french.h, other i18n-related stuff. If people want i18n, it
should be done with dehacked and/or wad replacements - see my british english translation in the idgames archive. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 693
Diffstat (limited to 'src/dstrings.h')
-rw-r--r--src/dstrings.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/dstrings.h b/src/dstrings.h
index 2cc1fcfd..ffa811a6 100644
--- a/src/dstrings.h
+++ b/src/dstrings.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: dstrings.h 66 2005-09-04 14:51:19Z fraggle $
+// $Id: dstrings.h 693 2006-10-10 02:00:52Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -48,14 +48,8 @@
// All important printed strings.
-// Language selection (message strings).
-// Use -DFRENCH etc.
-#ifdef FRENCH
-#include "d_french.h"
-#else
#include "d_englsh.h"
-#endif
// Misc. other strings.
#define SAVEGAMENAME "doomsav"
@@ -70,8 +64,6 @@
#define DEVDATA "devdata"
-// Not done in french?
-
// QuitDOOM messages
// 7 per each game type
#define NUM_QUITMESSAGES 7