TITANIC: Properly fix disappearing cconversation log text
This commit is contained in:
parent
121b07069c
commit
6a7688ad10
2 changed files with 2 additions and 6 deletions
|
@ -185,10 +185,6 @@ void CGameManager::update() {
|
|||
if (_project) {
|
||||
CPetControl *pet = _project->getPetControl();
|
||||
|
||||
// FIXME: Distortion of text in Conversation tab when dragging items
|
||||
if (_dragItem)
|
||||
pet->makeDirty();
|
||||
|
||||
if (pet)
|
||||
_bounds.combine(pet->getBounds());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue