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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/lab/lab.h b/engines/lab/lab.h
index 7dec75f0a6..6b2efdae54 100644
--- a/engines/lab/lab.h
+++ b/engines/lab/lab.h
@@ -132,7 +132,8 @@ public:
const char *_curFileName;
const char *_nextFileName;
- const char *_newFileName; /* When ProcessRoom.c decides to change the filename of the current picture. */
+ // When ProcessRoom.c decides to change the filename of the current picture.
+ const char *_newFileName;
TextFont *_msgFont;
GadgetList _moveGadgetList;
GadgetList _invGadgetList;