Remove GetHowToPlayAnimationPath().. This has been superceded by ScreenHowToPlay steps.sm

This commit is contained in:
Kevin Slaughter
2003-09-11 08:49:37 +00:00
parent 6dbf9e83b1
commit 78300acc73
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -56,7 +56,6 @@ CString Character::GetModelPath() { return m_sCharDir + "model.txt"; }
CString Character::GetRestAnimationPath() { return DerefRedir(GetRandomFileInDir(m_sCharDir + "Rest" SLASH)); }
CString Character::GetWarmUpAnimationPath() { return DerefRedir(GetRandomFileInDir(m_sCharDir + "WarmUp" SLASH)); }
CString Character::GetDanceAnimationPath() { return DerefRedir(GetRandomFileInDir(m_sCharDir + "Dance" SLASH)); }
CString Character::GetHowToPlayAnimationPath() { return DerefRedir(GetRandomFileInDir(m_sCharDir + "HowToPlay" SLASH)); }
CString Character::GetTakingABreakPath()
{
CStringArray as;
-1
View File
@@ -29,7 +29,6 @@ public:
CString GetRestAnimationPath();
CString GetWarmUpAnimationPath();
CString GetDanceAnimationPath();
CString GetHowToPlayAnimationPath();
CString m_sCharDir;
CString m_sName;