diff options
author | Simon Howard | 2006-10-10 02:00:52 +0000 |
---|---|---|
committer | Simon Howard | 2006-10-10 02:00:52 +0000 |
commit | 5db5fe7d42dbcc3912762c6327e34919dc131ca7 (patch) | |
tree | d6ec8650aa73e620acfd23b0f4d8d4968c7854f8 /src/dstrings.h | |
parent | be3d314a61d68281f02af1248a85e6aa069c4980 (diff) | |
download | chocolate-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.h | 10 |
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 |