mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-04 06:55:48 +00:00
- Duke: Inherit DukeReactor2Spark from DukeReactorSpark so that the checks for making it disappear work.
This commit is contained in:
parent
53e41bd3b3
commit
09cdc497bd
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class DukeReactorSpark : DukeActor
|
|||
}
|
||||
}
|
||||
|
||||
class DukeReactor2Spark : DukeActor
|
||||
class DukeReactor2Spark : DukeReactorSpark
|
||||
{
|
||||
default
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue