mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- integrated dynamic light definitions into regular DECORATE as another include.
- renamed menudef.z zo menudef.zz. This was done because some tool out there stupidly assume that *.z is some sort of archive and refuse to operate on these files (shame on you, Beyond Compare!)
This commit is contained in:
parent
2e8d2ed626
commit
0a98fb0be7
3 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "actors/shared/action.txt"
|
||||
#include "actors/shared/dog.txt"
|
||||
#include "actors/shared/damagetypes.txt"
|
||||
#include "actors/shared/dynlights.txt"
|
||||
|
||||
#include "actors/doom/doomplayer.txt"
|
||||
#include "actors/doom/possessed.txt"
|
||||
|
|
Loading…
Reference in a new issue