Update to ZDoom r1889:

- Fixed: Coordinate handling for multipatch texture compositing was not correct
  for true color. Instead of using a clipping rectangle on the destination it
  tried to alter the source offsets which produced incorrect results for
  mirrored or rotated patches.
- Fixed: Alt+F4 no longer quit the program.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@504 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
Christoph Oelckers 2009-09-30 10:44:41 +00:00
parent cced9ee0ea
commit 6939699f5f
23 changed files with 265 additions and 112 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 "1888"
#define ZD_SVN_REVISION_NUMBER 1888
#define ZD_SVN_REVISION_STRING "1889"
#define ZD_SVN_REVISION_NUMBER 1889