gzdoom-gles/src/scripting/decorate
alexey.lysiuk ef536e7b00 - fixed crash in DECORATE parsing
The case with forward declared class used as a parent must be handled explicitly

actor MyWeapon : Weapon { Weapon.AmmoType "MyBaseAmmo" }
actor MyAmmo : MyBaseAmmo { }
actor MyBaseAmmo : Ammo { }
2018-05-10 11:47:16 +03:00
..
olddecorations.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
thingdef_exp.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
thingdef_parse.cpp - fixed crash in DECORATE parsing 2018-05-10 11:47:16 +03:00
thingdef_states.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00