- Renamed player_s to player_t globally to get rid of the duplicate names for this class.
SVN r1011 (trunk)
This commit is contained in:
parent
ff43b7e913
commit
71b0d4d074
21 changed files with 70 additions and 72 deletions
|
|
@ -230,7 +230,7 @@ void DBaseStatusBar::SetScaled (bool scale)
|
|||
//
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
void DBaseStatusBar::AttachToPlayer (player_s *player)
|
||||
void DBaseStatusBar::AttachToPlayer (player_t *player)
|
||||
{
|
||||
CPlayer = player;
|
||||
SB_state = screen->GetPageCount ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue