* Updated to ZDoom 4055:

- Fixed: Lost Souls spawned by Pain Elementals were not killed by DF2_KILLBOSSMONST.
- Reorder the althud level time map entries to match their displayed order.
- Use "Map time color" for single maps, whether in a hub or not. Only use "Hub time color" for hub times.
- Removed the netdemo flag, because it's redundant with (netgame && demoplayback).
- Fixed: The string displayed when attempting to start a new game during a netgame is "NEWGAME", not "NETGAME".
- Fixed: The menu treated netdemos as actual netgames.
- Fixed: Floor_RaiseAndCrush is not Floor_RaiseToLowestCeilingAndCrush.
- Revert r4043: WRF_NoFire is two bits, not just one.
- Fixed: A_Lower needs to check player->cheats for WF_INSTANTWEAPSWITCH, not player->WeaponState.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1512 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2013-01-27 23:45:12 +00:00
parent 88f0ffee2d
commit 6e90487846
12 changed files with 49 additions and 44 deletions

View file

@ -3,5 +3,5 @@
// This file was automatically generated by the
// updaterevision tool. Do not edit by hand.
#define ZD_SVN_REVISION_STRING "4045"
#define ZD_SVN_REVISION_NUMBER 4045
#define ZD_SVN_REVISION_STRING "4055"
#define ZD_SVN_REVISION_NUMBER 4055