ENGINES: Add GUIErrorMessageFormat to replace duplicated functions (#1455)

This commit is contained in:
Cameron Cawley 2018-12-19 06:31:26 +00:00 committed by Filippos Karapetis
parent e94ccdbe6b
commit f6015086e1
17 changed files with 31 additions and 98 deletions

View file

@ -281,13 +281,6 @@ void TonyEngine::initCustomFunctionMap() {
INIT_CUSTOM_FUNCTION(_funcList, _funcListStrings);
}
/**
* Display an error message
*/
void TonyEngine::GUIError(const Common::String &msg) {
GUIErrorMessage(msg);
}
void TonyEngine::playMusic(int nChannel, const Common::String &fname, int nFX, bool bLoop, int nSync) {
if (nChannel < 4) {
if (GLOBALS._flipflop)