diff options
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/sfuncs.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/saga/sfuncs.cpp b/engines/saga/sfuncs.cpp index deee3ed68d..4f31d292a1 100644 --- a/engines/saga/sfuncs.cpp +++ b/engines/saga/sfuncs.cpp @@ -884,8 +884,6 @@ void Script::sfSwapActors(SCRIPTFUNC_PARAMS) { if (_vm->getGameType() == GType_IHNM) _vm->_scene->setProtag(actorId1); } - - // TODO: where is the protagonist ID used? } // Script function #35 (0x23) |