Revision 802bc333
Added by danij over 10 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- libdeng2
- plugins
- common
- common.pri (diff)
- include
- animdefs.h
- animdefsparser.h
- src
- animdefs.cpp
- animdefsparser.cpp
- g_game.cpp (diff)
- g_update.c (diff)
- doom
- doom64
- heretic
- hexen
- common
Fixed|libcommon: ANIMATED lump ZDoom extension incompatibility
ZDoom interprets the first byte in a texture animation as a set of
flags rather than a boolean, adding a 'No Decals' flag into the mix.
Previously a non-zero value was interpreted to mean the animation is
defined in the 'Textures' resource scheme. Consequently resulting in
definitions being added into the wrong scheme.