mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 06:53:58 +00:00
- fixed two missing commas in DEHSUPP.
This commit is contained in:
parent
856bc8ee8c
commit
7156611643
1 changed files with 2 additions and 2 deletions
|
@ -269,7 +269,7 @@ OrgSprNames
|
|||
COL3,COL4,CAND,CBRA,COL6,TRE1,TRE2,ELEC,CEYE,FSKU,
|
||||
COL5,TBLU,TGRN,TRED,SMBT,SMGT,SMRT,HDB1,HDB2,HDB3,
|
||||
HDB4,HDB5,HDB6,POB1,POB2,BRS1,TLMP,TLP2,
|
||||
TNT1,DOGS,PLS1,PLS2,BON3,BON4,BLD2 // Added by MBF (BLD2 by Doom Retro)
|
||||
TNT1,DOGS,PLS1,PLS2,BON3,BON4,BLD2, // Added by MBF (BLD2 by Doom Retro)
|
||||
SP00,SP01,SP02,SP03,SP04,SP05,SP06,SP07,SP08,SP09,
|
||||
SP10,SP11,SP12,SP13,SP14,SP15,SP16,SP17,SP18,SP19,
|
||||
SP20,SP21,SP22,SP23,SP24,SP25,SP26,SP27,SP28,SP29,
|
||||
|
@ -702,7 +702,7 @@ InfoNames
|
|||
PlasmaBall1,
|
||||
PlasmaBall2,
|
||||
EvilSceptre,
|
||||
UnholyBible
|
||||
UnholyBible,
|
||||
// Crispy/Retro
|
||||
MusicChanger,
|
||||
Deh_Actor_145,
|
||||
|
|
Loading…
Reference in a new issue