diff options
author | Nicola Mettifogo | 2008-07-07 14:51:27 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2008-07-07 14:51:27 +0000 |
commit | 0f8f3d51bba952632eb5ee5926cad8814cd19c74 (patch) | |
tree | 082588047ebd47ec4ed6b1be481484870fc32e45 | |
parent | 1f4ebd2f477a6b21f47468f47a1dfb4962053363 (diff) | |
download | scummvm-rg350-0f8f3d51bba952632eb5ee5926cad8814cd19c74.tar.gz scummvm-rg350-0f8f3d51bba952632eb5ee5926cad8814cd19c74.tar.bz2 scummvm-rg350-0f8f3d51bba952632eb5ee5926cad8814cd19c74.zip |
Fixed regression after label code refactoring.
svn-id: r32940
-rw-r--r-- | engines/parallaction/graphics.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/graphics.cpp b/engines/parallaction/graphics.cpp index f839f88778..93ebdd3a65 100644 --- a/engines/parallaction/graphics.cpp +++ b/engines/parallaction/graphics.cpp @@ -649,6 +649,7 @@ void Gfx::freeLabels() { delete _labels[i]; } _labels.clear(); + _floatingLabel = NO_FLOATING_LABEL; } void Gfx::drawLabels() { |