no message

This commit is contained in:
Chris Danford
2002-05-01 19:14:55 +00:00
parent e11b92ccc3
commit 6f1c1e4619
83 changed files with 1620 additions and 578 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
#include "TipDisplay.h"
#include "RageUtil.h"
#include "ThemeManager.h"
#include "RageHelper.h"
#include "RageLog.h"
const float TIP_FADE_TIME = 0.3f;
@@ -21,7 +21,7 @@ const float TIP_SHOW_TIME = 2;
TipDisplay::TipDisplay()
{
HELPER.Log( "TipDisplay::TipDisplay()" );
LOG->WriteLine( "TipDisplay::TipDisplay()" );
m_textTip.Load( THEME->GetPathTo(FONT_NORMAL) );
this->AddActor( &m_textTip );