aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sword2.cpp')
-rw-r--r--sword2/sword2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/sword2.cpp b/sword2/sword2.cpp
index 11bd4b7895..a5d1a56e5e 100644
--- a/sword2/sword2.cpp
+++ b/sword2/sword2.cpp
@@ -546,7 +546,7 @@ void Sword2Engine::unpauseGame(void) {
setFullPalette(0xffffffff);
// If graphics level at max, turn up again
- if (_graphicsLevelFudged) {
+ if (_graphicsLevelFudged) {
gui->updateGraphicsLevel(3);
_graphicsLevelFudged = false;
}