aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/lab.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/lab.h')
-rw-r--r--engines/lab/lab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lab/lab.h b/engines/lab/lab.h
index 90f5689c51..c3a5d8bce8 100644
--- a/engines/lab/lab.h
+++ b/engines/lab/lab.h
@@ -259,9 +259,9 @@ private:
bool doActionRuleSub(int16 action, int16 roomNum, const CloseData *closePtr, bool allowDefaults);
/**
- * Checks whether the close up is one of the special case closeups.
+ * Handles monitor closeups
*/
- bool doCloseUp(const CloseData *closePtr);
+ void handleMonitorCloseup();
/**
* Goes through the rules if the user tries to go forward.