* Updated to ZDoom 4225:

- Fixed: r4220 broke 3D floor rendering in software, because 3D floors have the floor and ceiling orientations reversed compared to normal conventions. [OpenGL wasn't affected by the change in r4220.]

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1555 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2013-04-23 20:45:34 +00:00
parent e2dcb84e1a
commit adeb34ed6f
2 changed files with 13 additions and 5 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 "4221"
#define ZD_SVN_REVISION_NUMBER 4221
#define ZD_SVN_REVISION_STRING "4225"
#define ZD_SVN_REVISION_NUMBER 4225