- 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:
parent
6a3a47d77a
commit
c06bd09ee7
6 changed files with 17 additions and 2 deletions
|
|
@ -802,7 +802,7 @@ menu_t MessagesMenu =
|
|||
{
|
||||
"MESSAGES",
|
||||
0,
|
||||
12,
|
||||
countof(MessagesItems),
|
||||
0,
|
||||
MessagesItems,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue