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:
@@ -276,6 +276,8 @@ void ScrollingList::Replace(CString sGraphicPath, int ElementNumber)
|
||||
}
|
||||
|
||||
pNewCSprite->Load( sGraphicPath );
|
||||
|
||||
|
||||
m_apCSprites[ElementNumber] = pNewCSprite;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user