SCI: Change getSciVersionDesc() to return 'const char *' instead of 'Common::String'

svn-id: r48044
This commit is contained in:
Max Horn 2010-02-13 11:58:15 +00:00
parent 2c9883773c
commit e17a2bd37d
5 changed files with 49 additions and 44 deletions

View file

@ -239,7 +239,7 @@ Common::Error SciEngine::run() {
#endif
_gamestate->_gui->init(_gamestate->_features->usesOldGfxFunctions());
debug("Emulating SCI version %s\n", getSciVersionDesc(getSciVersion()).c_str());
debug("Emulating SCI version %s\n", getSciVersionDesc(getSciVersion()));
// Check whether loading a savestate was requested
if (ConfMan.hasKey("save_slot")) {