profiles are usable

This commit is contained in:
Chris Danford
2003-09-08 07:21:41 +00:00
parent f5bb646c1f
commit c0c680317c
19 changed files with 294 additions and 90 deletions
+3
View File
@@ -27,6 +27,7 @@
#include "BitmapText.h"
#include "Quad.h"
#include "RageTextureManager.h"
#include "ProfileManager.h"
ScreenManager* SCREENMAN = NULL; // global and accessable from anywhere in our program
@@ -182,6 +183,8 @@ void ScreenSystemLayer::RefreshCreditsMessages()
ASSERT(0);
}
if( PROFILEMAN->IsUsingProfile((PlayerNumber)p) )
sText += " " + PROFILEMAN->GetDisplayName((PlayerNumber)p);
m_textCreditInfo[p].SetText( sText );
}
}