diff options
| -rw-r--r-- | engines/titanic/game_manager.cpp | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game_manager.cpp b/engines/titanic/game_manager.cpp index d3d9ced9d1..6079d6fef0 100644 --- a/engines/titanic/game_manager.cpp +++ b/engines/titanic/game_manager.cpp @@ -184,6 +184,11 @@ void CGameManager::update() {  		// Also include any modified area of the PET control  		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());  		}  | 
