SCI: Change getSciVersionDesc() to return 'const char *' instead of 'Common::String'
svn-id: r48044
This commit is contained in:
parent
2c9883773c
commit
e17a2bd37d
5 changed files with 49 additions and 44 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue