From 0a98fb0be7c9f0ee64b798cbe0a27b83de096703 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 22 Sep 2016 09:32:04 +0200 Subject: [PATCH] - 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!) --- wadsrc/static/{decorate.z => actors/shared/dynlights.txt} | 0 wadsrc/static/decorate.txt | 1 + wadsrc/static/{menudef.z => menudef.zz} | 0 3 files changed, 1 insertion(+) rename wadsrc/static/{decorate.z => actors/shared/dynlights.txt} (100%) rename wadsrc/static/{menudef.z => menudef.zz} (100%) diff --git a/wadsrc/static/decorate.z b/wadsrc/static/actors/shared/dynlights.txt similarity index 100% rename from wadsrc/static/decorate.z rename to wadsrc/static/actors/shared/dynlights.txt diff --git a/wadsrc/static/decorate.txt b/wadsrc/static/decorate.txt index c6a205d42..71c7d549b 100644 --- a/wadsrc/static/decorate.txt +++ b/wadsrc/static/decorate.txt @@ -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" diff --git a/wadsrc/static/menudef.z b/wadsrc/static/menudef.zz similarity index 100% rename from wadsrc/static/menudef.z rename to wadsrc/static/menudef.zz