aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video.cpp
diff options
context:
space:
mode:
authorSven Hesse2010-02-03 03:25:50 +0000
committerSven Hesse2010-02-03 03:25:50 +0000
commitd4949d03d4e1b5dffd4c80c05b0a0ef34b70eda1 (patch)
tree219377c0c61896a6a9b488a43b588f6f89a92e9d /engines/gob/video.cpp
parent887ca3145ebfce7c54d2cffeffb3d40de3fbe272 (diff)
downloadscummvm-rg350-d4949d03d4e1b5dffd4c80c05b0a0ef34b70eda1.tar.gz
scummvm-rg350-d4949d03d4e1b5dffd4c80c05b0a0ef34b70eda1.tar.bz2
scummvm-rg350-d4949d03d4e1b5dffd4c80c05b0a0ef34b70eda1.zip
Minor style-related changes
svn-id: r47839
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) {