diff options
| -rw-r--r-- | engines/wintermute/Base/BFontTT.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/engines/wintermute/Base/BFontTT.cpp b/engines/wintermute/Base/BFontTT.cpp index dff2c252e4..91ef15cebf 100644 --- a/engines/wintermute/Base/BFontTT.cpp +++ b/engines/wintermute/Base/BFontTT.cpp @@ -626,6 +626,7 @@ HRESULT CBFontTT::Persist(CBPersistMgr *PersistMgr) {  	if (!PersistMgr->_saving) {
  		for (int i = 0; i < NUM_CACHED_TEXTS; i++) _cachedTexts[i] = NULL;
  		_glyphCache = NULL;
 +		_fallbackFont = _font = _deletableFont = NULL;
  	}
  	return S_OK;
 | 
