working on mulitplayer

This commit is contained in:
Chris Danford
2002-12-02 05:25:44 +00:00
parent d377737f9f
commit ca7c1ab78f
22 changed files with 983 additions and 227 deletions
+5
View File
@@ -1087,6 +1087,11 @@ CString Song::GetBackgroundPath() const
return m_sSongDir+m_sBackgroundFile;
}
const CString& Song::GetSongDir() const
{
return m_sSongDir;
}
/* Get the first/last beat of any currently active note pattern. If two
* players are active, they often have the same start beat, but they don't
* have to.