mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
Fixed, Game configurations: Point Pusher (5001) and Point Puller (5002) things were missing from Boom configs.
This commit is contained in:
parent
d44fccfe31
commit
68182de3d4
2 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ thingtypes
|
|||
// Basic game actors
|
||||
include("Includes\\Doom_things.cfg");
|
||||
include("Includes\\Doom2_things.cfg");
|
||||
include("Includes\\Boom_things.cfg");
|
||||
}
|
||||
|
||||
// ENUMERATIONS
|
||||
|
|
|
@ -61,6 +61,7 @@ thingtypes
|
|||
{
|
||||
// Basic game actors
|
||||
include("Includes\\Doom_things.cfg");
|
||||
include("Includes\\Boom_things.cfg");
|
||||
}
|
||||
|
||||
// ENUMERATIONS
|
||||
|
|
Loading…
Reference in a new issue