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
+2
View File
@@ -276,6 +276,8 @@ void ScrollingList::Replace(CString sGraphicPath, int ElementNumber)
}
pNewCSprite->Load( sGraphicPath );
m_apCSprites[ElementNumber] = pNewCSprite;
}
}