mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +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;
|
||||
switch(namespc.GetIndex())
|
||||
{
|
||||
case NAME_Dsda:
|
||||
case NAME_ZDoom:
|
||||
case NAME_Eternity:
|
||||
namespace_bits = Zd;
|
||||
|
|
|
@ -675,6 +675,7 @@ xx(ZDoomTranslated)
|
|||
xx(Vavoom)
|
||||
xx(GZDoom)
|
||||
xx(Eternity)
|
||||
xx(Dsda)
|
||||
|
||||
xx(Xpanningfloor)
|
||||
xx(Ypanningfloor)
|
||||
|
|
Loading…
Reference in a new issue