ENGINES: Add GUIErrorMessageFormat to replace duplicated functions (#1455)
This commit is contained in:
parent
e94ccdbe6b
commit
f6015086e1
17 changed files with 31 additions and 98 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue