diff options
author | uruk | 2014-05-23 10:12:48 +0200 |
---|---|---|
committer | uruk | 2014-05-23 10:12:48 +0200 |
commit | afa15dd74f0a97d373409bb39333b5f25e7f507a (patch) | |
tree | f8577b76f20b429da09a4361838184724399e312 | |
parent | ba8e801ada1be7dbf7329ca444e20a24f7dca166 (diff) | |
download | scummvm-rg350-afa15dd74f0a97d373409bb39333b5f25e7f507a.tar.gz scummvm-rg350-afa15dd74f0a97d373409bb39333b5f25e7f507a.tar.bz2 scummvm-rg350-afa15dd74f0a97d373409bb39333b5f25e7f507a.zip |
CGE2: Add explanation to comment in caveUp().
-rw-r--r-- | engines/cge2/cge2_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp index f11965c07d..05dcc802bf 100644 --- a/engines/cge2/cge2_main.cpp +++ b/engines/cge2/cge2_main.cpp @@ -368,7 +368,7 @@ void CGE2Engine::caveUp(int cav) { _vga->sunrise(_vga->_sysPal); feedSnail(_vga->_showQ->locate(bakRef + 255), kNear, _heroTab[_sex]->_ptr); - //setDrawColors(); + //setDrawColors(); - It's only for debugging purposes. Can be left out for now. } void CGE2Engine::showBak(int ref) { |