Add missing ifdef guards to namesdyn.h

git-svn-id: https://svn.eduke32.com/eduke32@7054 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-10-10 19:14:36 +00:00
parent 7763a379ef
commit e6c36442bd
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
//-------------------------------------------------------------------------
#ifndef namesdyn_h__
#define namesdyn_h__
#define DYNTILEREMAP_ENABLE
@ -1241,3 +1245,4 @@ extern int32_t JURYGUY;
#define DYNAMICTILEMAP(Tilenum) (Tilenum)
#endif
#endif // namesdyn_h__