aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/scripting/controls/hotmov_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/scripting/controls/hotmov_control.h')
-rw-r--r--engines/zvision/scripting/controls/hotmov_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/scripting/controls/hotmov_control.h b/engines/zvision/scripting/controls/hotmov_control.h
index 640fab00c0..01c83b5837 100644
--- a/engines/zvision/scripting/controls/hotmov_control.h
+++ b/engines/zvision/scripting/controls/hotmov_control.h
@@ -34,7 +34,7 @@ namespace Video {
namespace ZVision {
-// Only used in Zork Nemesis, it handles movies where the player needs to click on something (mj7g, vw3g)
+// Only used in Zork Nemesis, handles movies where the player needs to click on something (mj7g, vw3g)
class HotMovControl : public Control {
public:
HotMovControl(ZVision *engine, uint32 key, Common::SeekableReadStream &stream);