diff options
| author | Strangerke | 2015-12-20 02:42:52 +0100 |
|---|---|---|
| committer | Willem Jan Palenstijn | 2015-12-23 21:35:30 +0100 |
| commit | 28c74aed05e6b7ea127bb521ea8c456075608b07 (patch) | |
| tree | f3dc080d71fc5ebf5f731b101daaa03049b58a77 /engines/lab/intro.cpp | |
| parent | ee4e67a731058907758b4fd34ffc1745c19e51c4 (diff) | |
| download | scummvm-rg350-28c74aed05e6b7ea127bb521ea8c456075608b07.tar.gz scummvm-rg350-28c74aed05e6b7ea127bb521ea8c456075608b07.tar.bz2 scummvm-rg350-28c74aed05e6b7ea127bb521ea8c456075608b07.zip | |
LAB: More work on the comments
Diffstat (limited to 'engines/lab/intro.cpp')
| -rw-r--r-- | engines/lab/intro.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/engines/lab/intro.cpp b/engines/lab/intro.cpp index db881611d3..5e1a8ce81f 100644 --- a/engines/lab/intro.cpp +++ b/engines/lab/intro.cpp @@ -45,10 +45,6 @@ Intro::Intro(LabEngine *vm) : _vm(vm) { _introDoBlack = false; } -/** - * Goes through, and responds to all the intuition messages currently in the - * message queue. - */ void Intro::introEatMessages() { while (1) { IntuiMessage *msg = _vm->_event->getMsg(); @@ -67,9 +63,6 @@ void Intro::introEatMessages() { } } -/** - * Reads in a picture. - */ void Intro::doPictText(const char *filename, TextFont *msgFont, bool isScreen) { Common::String path = Common::String("Lab:rooms/Intro/") + filename; @@ -196,9 +189,6 @@ void Intro::doPictText(const char *filename, TextFont *msgFont, bool isScreen) { } // while(1) } -/** - * Does a one second delay, but checks the music while doing it. - */ void Intro::musicDelay() { _vm->_music->updateMusic(); @@ -227,9 +217,6 @@ void Intro::nReadPict(const char *filename, bool playOnce) { _vm->_graphics->readPict(finalFileName.c_str(), playOnce); } -/** - * Does the introduction sequence for Labyrinth. - */ void Intro::introSequence() { uint16 palette[16] = { 0x0000, 0x0855, 0x0FF9, 0x0EE7, |
