diff options
Diffstat (limited to 'engines')
-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) { |