aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v6.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2010-05-17 22:46:53 +0000
committerJohannes Schickel2010-05-17 22:46:53 +0000
commitcbbb78d9f29672e0f78724344040a692018fa3a5 (patch)
treef332ffc27f9aff633913378ce3628536089291d6 /engines/gob/inter_v6.cpp
parent01070d72d39fba35ca8771055032c2b8a3f141f1 (diff)
downloadscummvm-rg350-cbbb78d9f29672e0f78724344040a692018fa3a5.tar.gz
scummvm-rg350-cbbb78d9f29672e0f78724344040a692018fa3a5.tar.bz2
scummvm-rg350-cbbb78d9f29672e0f78724344040a692018fa3a5.zip
Enforce conversion formatting on pointer casts in the DEV code.
svn-id: r49068
Diffstat (limited to 'engines/gob/inter_v6.cpp')
-rw-r--r--engines/gob/inter_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp
index cd4dce9613..cbc831b5a1 100644
--- a/engines/gob/inter_v6.cpp
+++ b/engines/gob/inter_v6.cpp
@@ -357,7 +357,7 @@ bool Inter_v6::o6_palLoad(OpFuncParams &params) {
o1_palLoad(params);
if (_gotFirstPalette)
- _vm->_video->_palLUT->setPalette((const byte *) _vm->_global->_pPaletteDesc->vgaPal,
+ _vm->_video->_palLUT->setPalette((const byte *)_vm->_global->_pPaletteDesc->vgaPal,
Graphics::PaletteLUT::kPaletteRGB, 6, 0);
_gotFirstPalette = true;