diff options
author | Filippos Karapetis | 2009-05-10 10:59:08 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-05-10 10:59:08 +0000 |
commit | 05d6edda4fbca0160c855a722a90f95519987a7c (patch) | |
tree | bb70436997e45c0a342eacdf8dacc3b9c2f2cea9 /engines/sci/engine | |
parent | acd5a87922eb7a5268fa673f659be30d2eb39af6 (diff) | |
download | scummvm-rg350-05d6edda4fbca0160c855a722a90f95519987a7c.tar.gz scummvm-rg350-05d6edda4fbca0160c855a722a90f95519987a7c.tar.bz2 scummvm-rg350-05d6edda4fbca0160c855a722a90f95519987a7c.zip |
Oops
svn-id: r40413
Diffstat (limited to 'engines/sci/engine')
-rw-r--r-- | engines/sci/engine/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/game.cpp b/engines/sci/engine/game.cpp index 1ebb68f81e..6e8ae787df 100644 --- a/engines/sci/engine/game.cpp +++ b/engines/sci/engine/game.cpp @@ -67,6 +67,7 @@ static int _init_vocabulary(EngineState *s) { // initialize vocabulary and relat } extern int _allocd_rules; +gfx_color_t black = { PaletteEntry(0, 0, 0), 0, 0, 0, GFX_MASK_VISUAL }; int _reset_graphics_input(EngineState *s) { Resource *resource; @@ -86,7 +87,6 @@ int _reset_graphics_input(EngineState *s) { } } else { // Allocate SCI1 system colors - gfx_color_t black = { PaletteEntry(0, 0, 0), 0, 0, 0, GFX_MASK_VISUAL }; gfxop_set_system_color(s->gfx_state, 0, &black); // Check for Amiga palette file. |