[Scummvm-cvs-logs] CVS: scummvm/sky module.mk,1.19,1.20 sky.h,1.47,1.48 introimg.cpp,1.1,NONE
Torbj?rn Andersson
eriktorbjorn at users.sourceforge.net
Sat Aug 2 12:56:03 CEST 2003
Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv8582
Modified Files:
module.mk sky.h
Removed Files:
introimg.cpp
Log Message:
Removed introimg.cpp. Apparently Foster's don't want to be associated with
gap-toothed doddering old fools, so we should just go with whatever image
is in the game data files.
Index: module.mk
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/module.mk,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- module.mk 17 Jul 2003 00:17:42 -0000 1.19
+++ module.mk 2 Aug 2003 19:55:17 -0000 1.20
@@ -15,7 +15,6 @@
sky/sky.o \
sky/sound.o \
sky/text.o \
- sky/introimg.o \
sky/control.o \
sky/music/adlibchannel.o \
sky/music/adlibmusic.o \
Index: sky.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- sky.h 17 Jul 2003 00:17:42 -0000 1.47
+++ sky.h 2 Aug 2003 19:55:17 -0000 1.48
@@ -112,8 +112,6 @@
void doCheat(uint8 num);
void handleKey(void);
- static uint8 fosterImg[297 * 143];
- static uint8 fosterPal[256 * 3];
uint32 _lastSaveTime;
SkyText *getSkyText();
--- introimg.cpp DELETED ---
More information about the Scummvm-git-logs
mailing list