diff options
| author | Colin Snover | 2017-10-06 15:25:17 -0500 |
|---|---|---|
| committer | Colin Snover | 2017-10-06 22:11:03 -0500 |
| commit | 31e1d0932cf4cdba7fdb1d1eec6e349fcc3c0ac0 (patch) | |
| tree | fba46ec07110c2548c4621c66f3c9276e9e5fb16 /engines/sci/engine | |
| parent | 1b4214695566ccadbe27806f646bed3c4c944809 (diff) | |
| download | scummvm-rg350-31e1d0932cf4cdba7fdb1d1eec6e349fcc3c0ac0.tar.gz scummvm-rg350-31e1d0932cf4cdba7fdb1d1eec6e349fcc3c0ac0.tar.bz2 scummvm-rg350-31e1d0932cf4cdba7fdb1d1eec6e349fcc3c0ac0.zip | |
SCI32: Clean up Plane
* Rewrap comments to 80 columns
* Clarify comments where possible
Diffstat (limited to 'engines/sci/engine')
| -rw-r--r-- | engines/sci/engine/features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/features.h b/engines/sci/engine/features.h index 92cc45a162..7a1c6f59aa 100644 --- a/engines/sci/engine/features.h +++ b/engines/sci/engine/features.h @@ -128,7 +128,7 @@ public: inline bool hasTransparentPicturePlanes() const { const SciGameId &gid = g_sci->getGameId(); - // NOTE: MGDX is assumed to not have transparent picture planes since it + // MGDX is assumed to not have transparent picture planes since it // was released before SQ6, but this has not been verified since it // cannot be disassembled at the moment (Phar Lap Windows-only release) return getSciVersion() >= SCI_VERSION_2_1_MIDDLE && |
