Removed unused CRobotMain::BuildScenePath
parent
f9bdd32812
commit
33fcdbbef5
|
@ -5850,11 +5850,6 @@ int CRobotMain::GetSceneRank()
|
||||||
return m_dialog->GetSceneRank();
|
return m_dialog->GetSceneRank();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CRobotMain::BuildScenePath(std::string &filename, char *base, int rank, bool sceneFile)
|
|
||||||
{
|
|
||||||
m_dialog->BuildScenePath(filename, base, rank, sceneFile);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//! Changes on the pause mode
|
//! Changes on the pause mode
|
||||||
void CRobotMain::ChangePause(PauseType pause)
|
void CRobotMain::ChangePause(PauseType pause)
|
||||||
|
|
|
@ -293,7 +293,6 @@ public:
|
||||||
float GetPersoAngle();
|
float GetPersoAngle();
|
||||||
char* GetSceneName();
|
char* GetSceneName();
|
||||||
int GetSceneRank();
|
int GetSceneRank();
|
||||||
void BuildScenePath(std::string &filename, char *base, int rank, bool sceneFile = true);
|
|
||||||
|
|
||||||
void StartMusic();
|
void StartMusic();
|
||||||
void StartPauseMusic(PauseType pause);
|
void StartPauseMusic(PauseType pause);
|
||||||
|
|
Loading…
Reference in New Issue