From 832047efc99ff1fea565a4764f7100ca0db92dfd Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 10 Oct 2005 15:31:42 +0000 Subject: Draw the IHNM portrait on the right coordinates. svn-id: r19002 --- saga/interface.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'saga/interface.cpp') diff --git a/saga/interface.cpp b/saga/interface.cpp index e99a497263..482485284d 100644 --- a/saga/interface.cpp +++ b/saga/interface.cpp @@ -123,8 +123,6 @@ Interface::Interface(SagaEngine *vm) : _vm(vm) { if (_vm->getGameType() == GType_ITE) { _vm->_sprite->loadList(_vm->getResourceDescription()->defaultPortraitsResourceId, _defPortraits); - } else { - // TODO } setPortraitBgColor(0, 0, 0); -- cgit v1.2.3