aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/special.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/special.cpp')
-rw-r--r--engines/lab/special.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lab/special.cpp b/engines/lab/special.cpp
index 4143ad6d73..7c7dcb1477 100644
--- a/engines/lab/special.cpp
+++ b/engines/lab/special.cpp
@@ -101,7 +101,7 @@ static byte *loadBackPict(const char *fileName, bool tomem) {
/*****************************************************************************/
/* Does the things to properly set up the detective notes. */
/*****************************************************************************/
-void doNotes() {
+void LabEngine::doNotes() {
TextFont *noteFont = g_lab->_resource->getFont("P:Note.fon");
char *ntext = g_lab->_resource->getText("Lab:Rooms/Notes");
@@ -117,7 +117,7 @@ void doNotes() {
/* Does the things to properly set up the old west newspaper. Assumes that */
/* OpenHiRes already called. */
/*****************************************************************************/
-void doWestPaper() {
+void LabEngine::doWestPaper() {
char *ntext;
TextFont *paperFont;
int32 FileLen, CharsPrinted;