Remove GetHowToPlayAnimationPath().. This has been superceded by ScreenHowToPlay steps.sm
This commit is contained in:
@@ -56,7 +56,6 @@ CString Character::GetModelPath() { return m_sCharDir + "model.txt"; }
|
|||||||
CString Character::GetRestAnimationPath() { return DerefRedir(GetRandomFileInDir(m_sCharDir + "Rest" SLASH)); }
|
CString Character::GetRestAnimationPath() { return DerefRedir(GetRandomFileInDir(m_sCharDir + "Rest" SLASH)); }
|
||||||
CString Character::GetWarmUpAnimationPath() { return DerefRedir(GetRandomFileInDir(m_sCharDir + "WarmUp" SLASH)); }
|
CString Character::GetWarmUpAnimationPath() { return DerefRedir(GetRandomFileInDir(m_sCharDir + "WarmUp" SLASH)); }
|
||||||
CString Character::GetDanceAnimationPath() { return DerefRedir(GetRandomFileInDir(m_sCharDir + "Dance" SLASH)); }
|
CString Character::GetDanceAnimationPath() { return DerefRedir(GetRandomFileInDir(m_sCharDir + "Dance" SLASH)); }
|
||||||
CString Character::GetHowToPlayAnimationPath() { return DerefRedir(GetRandomFileInDir(m_sCharDir + "HowToPlay" SLASH)); }
|
|
||||||
CString Character::GetTakingABreakPath()
|
CString Character::GetTakingABreakPath()
|
||||||
{
|
{
|
||||||
CStringArray as;
|
CStringArray as;
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ public:
|
|||||||
CString GetRestAnimationPath();
|
CString GetRestAnimationPath();
|
||||||
CString GetWarmUpAnimationPath();
|
CString GetWarmUpAnimationPath();
|
||||||
CString GetDanceAnimationPath();
|
CString GetDanceAnimationPath();
|
||||||
CString GetHowToPlayAnimationPath();
|
|
||||||
|
|
||||||
CString m_sCharDir;
|
CString m_sCharDir;
|
||||||
CString m_sName;
|
CString m_sName;
|
||||||
|
|||||||
Reference in New Issue
Block a user