move Random "don't lock after choose" logic to a separate wheel item, "LEAP"

This commit is contained in:
Chris Danford
2004-04-26 06:47:03 +00:00
parent 1781f0148a
commit 4ac1e0ee45
12 changed files with 82 additions and 45 deletions
+6
View File
@@ -200,6 +200,12 @@ void FadingBanner::LoadRandom()
m_Banner[GetBackIndex()].LoadRandom();
}
void FadingBanner::LoadLeap()
{
BeforeChange();
m_Banner[GetBackIndex()].LoadLeap();
}
void FadingBanner::LoadFallback()
{
BeforeChange();