mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-19 15:11:04 +00:00
- RR: RedneckExplosion3 was not fully initialized.
This commit is contained in:
parent
812b9d76d6
commit
aad6c3da90
1 changed files with 1 additions and 1 deletions
|
@ -53,12 +53,12 @@ class RedneckExplosion3 : DukeExplosion2
|
|||
|
||||
override void Initialize()
|
||||
{
|
||||
Super.Initialize();
|
||||
self.scale = (2, 2);
|
||||
}
|
||||
|
||||
override bool animate(tspritetype t)
|
||||
{
|
||||
t.shade = -127;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue