TOLTECS: Removed now uneeded c_str() call.
This commit is contained in:
parent
c545a8b176
commit
9b885d0c50
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ void ScriptInterpreter::runScript() {
|
|||
if (_vm->_saveLoadRequested == 1)
|
||||
_vm->loadGameState(_vm->_saveLoadSlot);
|
||||
else if (_vm->_saveLoadRequested == 2)
|
||||
_vm->saveGameState(_vm->_saveLoadSlot, _vm->_saveLoadDescription.c_str());
|
||||
_vm->saveGameState(_vm->_saveLoadSlot, _vm->_saveLoadDescription);
|
||||
_vm->_saveLoadRequested = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue