diff options
author | Travis Howell | 2009-11-24 23:33:51 +0000 |
---|---|---|
committer | Travis Howell | 2009-11-24 23:33:51 +0000 |
commit | c43d9cacdae5cb1737e92ea37bc7293d4ceebea4 (patch) | |
tree | dbcbd948a2f53c838140d0e1e00a0c9cd389cf8d /engines | |
parent | 494a2ab94d516d56b481cfe7311152d5e89495c4 (diff) | |
download | scummvm-rg350-c43d9cacdae5cb1737e92ea37bc7293d4ceebea4.tar.gz scummvm-rg350-c43d9cacdae5cb1737e92ea37bc7293d4ceebea4.tar.bz2 scummvm-rg350-c43d9cacdae5cb1737e92ea37bc7293d4ceebea4.zip |
Add comment.
svn-id: r46132
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/player_pce.cpp | 1 | ||||
-rw-r--r-- | engines/scumm/player_pce.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/player_pce.cpp b/engines/scumm/player_pce.cpp index 81f70c283e..eab695e0c7 100644 --- a/engines/scumm/player_pce.cpp +++ b/engines/scumm/player_pce.cpp @@ -34,6 +34,7 @@ #include <math.h> #include "player_pce.h" +// PCE sound engine is only used by Loom, which requires 16bit color support #ifdef USE_RGB_COLOR namespace Scumm { diff --git a/engines/scumm/player_pce.h b/engines/scumm/player_pce.h index c30e1bd8cf..0848d96db4 100644 --- a/engines/scumm/player_pce.h +++ b/engines/scumm/player_pce.h @@ -31,6 +31,7 @@ #include "sound/audiostream.h" #include "sound/mixer.h" +// PCE sound engine is only used by Loom, which requires 16bit color support #ifdef USE_RGB_COLOR namespace Scumm { |