diff options
Diffstat (limited to 'engines/lab/anim.h')
-rw-r--r-- | engines/lab/anim.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/lab/anim.h b/engines/lab/anim.h index 82732f063f..b5df6e2f65 100644 --- a/engines/lab/anim.h +++ b/engines/lab/anim.h @@ -93,9 +93,9 @@ public: DIFFHeader _headerdata; char _diffPalette[256 * 3]; - bool _waitForEffect; /* Wait for each sound effect to finish before continuing. */ - bool _doBlack; /* Black the screen before new picture */ - bool _noPalChange; /* Don't change the palette. */ + bool _waitForEffect; // Wait for each sound effect to finish before continuing. + bool _doBlack; // Black the screen before new picture + bool _noPalChange; // Don't change the palette. BitMap _rawDiffBM; bool readDiff(byte *buffer, bool playOnce, bool onlyDiffData = false); @@ -106,6 +106,6 @@ public: } // End of namespace Lab -#endif /* LAB_DIFF_H */ +#endif // LAB_DIFF_H |