- Changed wad namespacing so that wads with a missing end marker will be

loaded as if they had one more lump with that end marker. This matches the
  behaviour of previously released ZDooms. (The warning is still present, so
  there's no excuse to release more wads like this.)


SVN r1667 (trunk)
This commit is contained in:
Randy Heit 2009-06-11 22:58:06 +00:00
parent 8d83d3791d
commit e69f90076d
2 changed files with 12 additions and 5 deletions

View file

@ -1,4 +1,8 @@
June 10, 2009
- Changed wad namespacing so that wads with a missing end marker will be
loaded as if they had one more lump with that end marker. This matches the
behaviour of previously released ZDooms. (The warning is still present, so
there's no excuse to release more wads like this.)
- Moved Raw Input processing into a seperate method of FInputDevice so that
all the devices can share the same setup code.