aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-05-29 22:26:45 +0000
committerRobert Göffringmann2003-05-29 22:26:45 +0000
commit54b8fd8ce1488c82a8e123586dfce9000e3ba6c7 (patch)
tree7071ec6f11a1b5e35e353148a797f45704dd71ab /sky/sky.h
parentf0a9f4fb2c5203fbd97130a8198d7ef9e1ce713a (diff)
downloadscummvm-rg350-54b8fd8ce1488c82a8e123586dfce9000e3ba6c7.tar.gz
scummvm-rg350-54b8fd8ce1488c82a8e123586dfce9000e3ba6c7.tar.bz2
scummvm-rg350-54b8fd8ce1488c82a8e123586dfce9000e3ba6c7.zip
Some sky CD versions have an image replaced. This includes the original sky01.gif into ScummVM. Disabled by default, though.
svn-id: r8117
Diffstat (limited to 'sky/sky.h')
-rw-r--r--sky/sky.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sky/sky.h b/sky/sky.h
index de56ca29b7..6fc115b898 100644
--- a/sky/sky.h
+++ b/sky/sky.h
@@ -113,6 +113,8 @@ protected:
void go();
//intro related
+ static uint8 fosterImg[297 * 143];
+ static uint8 fosterPal[256 * 3];
void checkCommands(uint32 *&cmdPtr);
void introFrame(uint8 **diffPtr, uint8 **vgaPtr, uint8 *screenData);