mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-13 20:42:11 +00:00
- RRRA: fixed inheritance for sheriff actor
This commit is contained in:
parent
f1c917cffc
commit
83dd9f4e1d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class RedneckSheriff : DukeActor
|
|||
|
||||
}
|
||||
|
||||
class RedneckRASheriff : DukeActor // LTH (4352) // less health than in RR!
|
||||
class RedneckRASheriff : RedneckSheriff // LTH (4352) // less health than in RR!
|
||||
{
|
||||
default
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue