ZVISION: Implement action:rotate_to
This commit is contained in:
parent
7151240345
commit
0efa1bc560
5 changed files with 80 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue