ZVISION: Implement action:rotate_to

This commit is contained in:
Marisa-Chan 2014-11-07 10:25:11 +06:00
parent 7151240345
commit 0efa1bc560
5 changed files with 80 additions and 1 deletions

View file

@ -270,7 +270,7 @@ void ScriptManager::parseResults(Common::SeekableReadStream &stream, Common::Lis
} else if (act.matchString("restore_game", true)) {
// TODO: Implement ActionRestoreGame
} else if (act.matchString("rotate_to", true)) {
// TODO: Implement ActionRotateTo
actionList.push_back(new ActionRotateTo(_engine, slot, args));
} else if (act.matchString("save_game", true)) {
// TODO: Implement ActionSaveGame
} else if (act.matchString("set_partial_screen", true)) {