- Fixed: dumpmap crashed when used outside a map.

- Exported A_DeQueueCorpse to DECORATE. It seems I forgot this when exporting
  A_QueueCorpse.



SVN r542 (trunk)
This commit is contained in:
Christoph Oelckers 2007-09-02 09:57:08 +00:00
commit c06bd09ee7
6 changed files with 17 additions and 2 deletions

View file

@ -1369,7 +1369,7 @@ bool CheckWarpTransMap (char mapname[9], bool substitute)
// consoleplayer, playeringame[] should be set.
//
static char d_mapname[256];
static int d_skill;
static int d_skill=-1;
void G_DeferedInitNew (const char *mapname, int newskill)
{