aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/video.cpp')
-rw-r--r--engines/gob/video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/video.cpp b/engines/gob/video.cpp
index ea84733b15..5684a1f443 100644
--- a/engines/gob/video.cpp
+++ b/engines/gob/video.cpp
@@ -621,7 +621,7 @@ void Video::initOSD() {
171, 0, 0, 0
};
- g_system->setPalette(palOSD, 0, 5);
+ g_system->setPalette(palOSD, 0, 5);
}
void Video::drawOSDText(const char *text) {