diff options
Diffstat (limited to 'engines/sword1/text.cpp')
-rw-r--r-- | engines/sword1/text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/text.cpp b/engines/sword1/text.cpp index d71b5027b8..e8a20ec2b7 100644 --- a/engines/sword1/text.cpp +++ b/engines/sword1/text.cpp @@ -55,7 +55,7 @@ Text::Text(ObjectMan *pObjMan, ResMan *pResMan, bool czechVersion) { _textBlocks[i] = NULL; } -Text::~Text(void) { +Text::~Text() { for (int i = 0; i < MAX_TEXT_OBS; i++) free(_textBlocks[i]); //_resMan->resClose(_fontId); => wiped automatically by _resMan->flush(); |