- handle dsda namespace like zdoom in udmf

This commit is contained in:
Rachael Alexanderson 2024-04-18 03:18:56 -04:00
parent 8fe58db311
commit 558bd4674d
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0
2 changed files with 2 additions and 0 deletions

View file

@ -2477,6 +2477,7 @@ public:
namespc = sc.String; namespc = sc.String;
switch(namespc.GetIndex()) switch(namespc.GetIndex())
{ {
case NAME_Dsda:
case NAME_ZDoom: case NAME_ZDoom:
case NAME_Eternity: case NAME_Eternity:
namespace_bits = Zd; namespace_bits = Zd;

View file

@ -675,6 +675,7 @@ xx(ZDoomTranslated)
xx(Vavoom) xx(Vavoom)
xx(GZDoom) xx(GZDoom)
xx(Eternity) xx(Eternity)
xx(Dsda)
xx(Xpanningfloor) xx(Xpanningfloor)
xx(Ypanningfloor) xx(Ypanningfloor)