diff options
Diffstat (limited to 'engines/simon/verb.cpp')
-rw-r--r-- | engines/simon/verb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/verb.cpp b/engines/simon/verb.cpp index e12f41e3c7..618c7539bb 100644 --- a/engines/simon/verb.cpp +++ b/engines/simon/verb.cpp @@ -396,7 +396,7 @@ void SimonEngine::defineBox(int id, int x, int y, int width, int height, int fla ha->item_ptr = item_ptr; if (getGameType() == GType_FF && (ha->flags & kBFHyperBox)) { - // TODO + ha->data = _hyperLink; ha->priority = 50; } |