diff options
author | uruk | 2014-07-15 14:19:55 +0200 |
---|---|---|
committer | uruk | 2014-07-15 14:19:55 +0200 |
commit | 470736b9c456cc9217f7377dbd543774eebcb88b (patch) | |
tree | 4534e310223bc7f6fbca49d738f3cb6717c08c6c /engines/cge2 | |
parent | 035fb6ad1cdb8ca126ac8dd5a930b954f650061c (diff) | |
download | scummvm-rg350-470736b9c456cc9217f7377dbd543774eebcb88b.tar.gz scummvm-rg350-470736b9c456cc9217f7377dbd543774eebcb88b.tar.bz2 scummvm-rg350-470736b9c456cc9217f7377dbd543774eebcb88b.zip |
CGE2: Remove unnecessary comment from sceneUp().
Diffstat (limited to 'engines/cge2')
-rw-r--r-- | engines/cge2/cge2_main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp index bddb83b84f..0e2e702288 100644 --- a/engines/cge2/cge2_main.cpp +++ b/engines/cge2/cge2_main.cpp @@ -453,7 +453,6 @@ void CGE2Engine::sceneUp(int cav) { _mouse->on(); feedSnail(_vga->_showQ->locate(bakRef + 255), kNear, _heroTab[_sex]->_ptr); - //setDrawColors(); - It's only for debugging purposes. Can be left out for now. } void CGE2Engine::sceneDown() { |