mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-13 04:24:39 +00:00
- Duke: add a proper override for Initialize to the player base class
This commit is contained in:
parent
11ba136df1
commit
c5ee7cf338
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ class DukePlayerBase : DukeActor
|
|||
pic "APLAYER";
|
||||
+DESTRUCTOIMMUNE;
|
||||
}
|
||||
|
||||
override void Initialize(DukeActor spawner)
|
||||
{
|
||||
// do not call the base class here.
|
||||
}
|
||||
}
|
||||
|
||||
class RedneckMotoHit : DukeActor
|
||||
|
|
Loading…
Reference in a new issue