mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 17:21:10 +00:00
- handle dsda namespace like zdoom in udmf
This commit is contained in:
parent
8fe58db311
commit
558bd4674d
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue