fix remapping behavior. Remapping is only necessary if we are rendering on the workbe...
[AROS-Contrib.git] / Games / Doom / dstrings.c
blob031acde431522e91c8c7e25b3319772eb9b07305
1 // Emacs style mode select -*- C++ -*-
2 //-----------------------------------------------------------------------------
3 //
4 // $Id$
5 //
6 // Copyright (C) 1993-1996 by id Software, Inc.
7 //
8 // This source is available for distribution and/or modification
9 // only under the terms of the DOOM Source Code License as
10 // published by id Software. All rights reserved.
12 // The source is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // FITNESS FOR A PARTICULAR PURPOSE. See the DOOM Source Code License
15 // for more details.
17 // $Log$
18 // Revision 1.1 2000/02/29 18:21:04 stegerg
19 // Doom port based on ADoomPPC. Read README.AROS!
22 // DESCRIPTION:
23 // Globally defined strings.
24 //
25 //-----------------------------------------------------------------------------
27 static const char
28 rcsid[] = "$Id$";
31 #ifdef __GNUG__
32 #pragma implementation "dstrings.h"
33 #endif
34 #include "dstrings.h"
38 char* endmsg[NUM_QUITMESSAGES+1]=
40 // DOOM1
41 QUITMSG,
42 "please don't leave, there's more\ndemons to toast!",
43 "let's beat it -- this is turning\ninto a bloodbath!",
44 "i wouldn't leave if i were you.\ndos is much worse.",
45 "you're trying to say you like dos\nbetter than me, right?",
46 "don't leave yet -- there's a\ndemon around that corner!",
47 "ya know, next time you come in here\ni'm gonna toast ya.",
48 "go ahead and leave. see if i care.",
50 // QuitDOOM II messages
51 "you want to quit?\nthen, thou hast lost an eighth!",
52 "don't go now, there's a \ndimensional shambler waiting\nat the dos prompt!",
53 "get outta here and go back\nto your boring programs.",
54 "if i were your boss, i'd \n deathmatch ya in a minute!",
55 "look, bud. you leave now\nand you forfeit your body count!",
56 "just leave. when you come\nback, i'll be waiting with a bat.",
57 "you're lucky i don't smack\nyou for thinking about leaving.",
59 // FinalDOOM?
60 "fuck you, pussy!\nget the fuck out!",
61 "you quit and i'll jizz\nin your cystholes!",
62 "if you leave, i'll make\nthe lord drink my jizz.",
63 "hey, ron! can we say\n'fuck' in the game?",
64 "i'd leave: this is just\nmore monsters and levels.\nwhat a load.",
65 "suck it down, asshole!\nyou're a fucking wimp!",
66 "don't quit now! we're \nstill spending your money!",
68 // Internal debug. Different style, too.
69 "THIS IS NO MESSAGE!\nPage intentionally left blank."