- Fixed: SKIP_SUPER doesn't work for inventory items so it must be
disabled for them - Fixed: Chex Quest doesn't have a HELP2 screen so it must not be used in the gameinfo. - Fixed: Default blood color is no longer red so P_DrawSplash2 must get it from the gameinfo instead. - Added new French language texts by DoomKn1ght_. SVN r1186 (trunk)
This commit is contained in:
parent
6a3b4a6c4d
commit
3801b9431a
5 changed files with 943 additions and 10 deletions
|
|
@ -261,7 +261,7 @@ gameinfo_t ChexGameInfo =
|
|||
GI_CHEX_QUEST,
|
||||
"TITLEPIC",
|
||||
"CREDIT",
|
||||
"HELP2",
|
||||
"HELP1",
|
||||
"D_INTRO",
|
||||
5,
|
||||
0,
|
||||
|
|
@ -272,7 +272,7 @@ gameinfo_t ChexGameInfo =
|
|||
"HELP2",
|
||||
"VICTORY2",
|
||||
"ENDPIC",
|
||||
{ { "HELP1", "HELP2" } },
|
||||
{ { "HELP1", "CREDIT" } },
|
||||
"menu/quit1",
|
||||
2,
|
||||
"FLOOR7_2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue