diff options
| author | Filippos Karapetis | 2015-12-23 22:04:03 +0200 |
|---|---|---|
| committer | Willem Jan Palenstijn | 2015-12-23 21:43:17 +0100 |
| commit | c66d5eca3a9d8ed7254d07435b74acf7ebf7d2d1 (patch) | |
| tree | aa949ce746e23cf09c7e74daa974fd36ebf214ef /engines/lab/intro.cpp | |
| parent | 07aec19a06a07ee1ef66d500644a3d778d592b51 (diff) | |
| download | scummvm-rg350-c66d5eca3a9d8ed7254d07435b74acf7ebf7d2d1.tar.gz scummvm-rg350-c66d5eca3a9d8ed7254d07435b74acf7ebf7d2d1.tar.bz2 scummvm-rg350-c66d5eca3a9d8ed7254d07435b74acf7ebf7d2d1.zip | |
LAB: setAmigaPal() is always using 16 colors
Diffstat (limited to 'engines/lab/intro.cpp')
| -rw-r--r-- | engines/lab/intro.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/intro.cpp b/engines/lab/intro.cpp index e918987d31..1b4310ac07 100644 --- a/engines/lab/intro.cpp +++ b/engines/lab/intro.cpp @@ -283,7 +283,7 @@ void Intro::introSequence() { palette[15] = temp; - _vm->_graphics->setAmigaPal(palette, 16); + _vm->_graphics->setAmigaPal(palette); _vm->waitTOF(); } |
