* Updated to ZDoom r2542:

- Fixed: The center flag for drawimage didn't work.
- Fixed: GCC didn't like casting from seg_t* to unsigned int on 64-bit systems.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@893 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2010-08-15 08:23:24 +00:00
parent 35e395f5f4
commit bd45d338fc
3 changed files with 14 additions and 14 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 "2539"
#define ZD_SVN_REVISION_NUMBER 2539
#define ZD_SVN_REVISION_STRING "2542"
#define ZD_SVN_REVISION_NUMBER 2542