From 558bd4674dbab4c5f168ba50a6d1ec8c0b4e78b1 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Thu, 18 Apr 2024 03:18:56 -0400 Subject: [PATCH] - handle dsda namespace like zdoom in udmf --- src/maploader/udmf.cpp | 1 + src/namedef_custom.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/maploader/udmf.cpp b/src/maploader/udmf.cpp index 6601bf1f69..db34030de4 100644 --- a/src/maploader/udmf.cpp +++ b/src/maploader/udmf.cpp @@ -2477,6 +2477,7 @@ public: namespc = sc.String; switch(namespc.GetIndex()) { + case NAME_Dsda: case NAME_ZDoom: case NAME_Eternity: namespace_bits = Zd; diff --git a/src/namedef_custom.h b/src/namedef_custom.h index 57dbefcba9..1beb0d2357 100644 --- a/src/namedef_custom.h +++ b/src/namedef_custom.h @@ -675,6 +675,7 @@ xx(ZDoomTranslated) xx(Vavoom) xx(GZDoom) xx(Eternity) +xx(Dsda) xx(Xpanningfloor) xx(Ypanningfloor)