* Updated to ZDoom r3695:

- Fixed: Heightsecs with SECF_FAKEFLOORONLY set should not clip sprites to the fake ceiling (since it doesn't really exist).
- Fixed: P_LineAttack() calls that use damage type 'None' should use 'Hitscan' instead.
- Added Xaser's submission for no impact damage from blasting.
- Removed the MF5_FASTER and MF5_FASTMELEE flags and replaced them with a 'Fast' state flag.
- Fixed GCC warnings and removed debugging _heapchk() calls.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1406 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2012-06-18 17:50:32 +00:00
parent 6f2a88be6f
commit 2f8b070708
26 changed files with 75 additions and 64 deletions

View file

@ -224,7 +224,7 @@ FileReaderZ::FileReaderZ (FileReader &file, bool zip)
if (err != Z_OK)
{
I_Error ("FileReaderZ: inflateInit failed: %s\n", M_ZLibError(err));
I_Error ("FileReaderZ: inflateInit failed: %s\n", M_ZLibError(err).GetChars());
}
}