aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video_v6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/video_v6.cpp')
-rw-r--r--engines/gob/video_v6.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/video_v6.cpp b/engines/gob/video_v6.cpp
index 6f39edb588..7285cd8958 100644
--- a/engines/gob/video_v6.cpp
+++ b/engines/gob/video_v6.cpp
@@ -39,8 +39,8 @@ Video_v6::Video_v6(GobEngine *vm) : Video_v2(vm) {
}
void Video_v6::setPrePalette() {
- byte *tpal = (byte *) _vm->_draw->_vgaPalette;
- const byte *fpal = (const byte *) _ditherPalette;
+ byte *tpal = (byte *)_vm->_draw->_vgaPalette;
+ const byte *fpal = (const byte *)_ditherPalette;
for (int i = 0; i < 256; i++) {
byte r, g, b;