- 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:
Christoph Oelckers 2008-06-01 07:52:33 +00:00
commit 71b0d4d074
21 changed files with 70 additions and 72 deletions

View file

@ -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 ();