* Updated to ZDoom 3971:

- Fixed: Intermission text could run off the bottom of the screen at some resolutions.
- Fixed map checksum calculation.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1477 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2012-11-19 13:47:33 +00:00
parent ef4eb98292
commit f96e89a29d
4 changed files with 47 additions and 30 deletions

View file

@ -302,7 +302,7 @@ MapData *P_OpenMapData(const char * mapname)
// This case can only happen if the lump is inside a real WAD file.
// As such any special handling for other types of lumps is skipped.
map->MapLumps[0].Reader = Wads.ReopenLumpNum(lump_name);
map->MapLumps[0].Reader = map->file = Wads.ReopenLumpNum(lump_name);
map->Encrypted = Wads.IsEncryptedFile(lump_name);
if (map->Encrypted)