Skip to content

Commit

Permalink
- RR: spawn the correct player class.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed May 29, 2023
1 parent 27d17bc commit 517b77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/games/duke/src/classnames.h
Expand Up @@ -116,6 +116,7 @@ xx(RedneckTitAmmo)
xx(DukeRadiusExplosion)
xx(DukePlayerBase)
xx(DukePlayerPawn)
xx(RedneckPlayerPawn)
xx(RedneckRock)
xx(RedneckRock2)
xx(RedneckDestroyTags)
Expand Down
1 change: 1 addition & 0 deletions source/games/duke/src/global.cpp
Expand Up @@ -145,6 +145,7 @@ void RegisterClasses()
if (isRR()) // save some mess elsewhere
{
DukeMoneyClass = DukeMailClass = DukePaperClass = RedneckFeatherClass;
DukePlayerPawnClass = RedneckPlayerPawnClass;
}
}

Expand Down

0 comments on commit 517b77b

Please sign in to comment.