mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-04 03:00:47 +00:00
* 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:
parent
ef4eb98292
commit
f96e89a29d
4 changed files with 47 additions and 30 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue