Fixed annoying "Pump Center Pad Bug"

Basically "tap" was being mistook for "tap explosion"
so now tap is renamed to "tap parts"
stick with it :)
This commit is contained in:
Andrew Livy
2003-01-16 17:10:19 +00:00
parent 43be2063b6
commit 134bf066b0
5 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ void NoteDisplay::Load( int iColNum, PlayerNumber pn )
{
m_PlayerNumber = pn;
CString sTapPath = GAMEMAN->GetPathTo(iColNum, "tap");
CString sTapPath = GAMEMAN->GetPathTo(iColNum, "tap parts");
m_sprTap.Load( sTapPath );
m_sprTap.StopAnimating();
m_sprTap.TurnShadowOff();