diff options
Diffstat (limited to 'sword1/screen.cpp')
-rw-r--r-- | sword1/screen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/screen.cpp b/sword1/screen.cpp index b331a9a22e..076aa3cbb5 100644 --- a/sword1/screen.cpp +++ b/sword1/screen.cpp @@ -115,7 +115,7 @@ void SwordScreen::refreshPalette(void) { } bool SwordScreen::stillFading(void) { - return _fadingStep; + return (_fadingStep != 0); } void SwordScreen::updateScreen(void) { |