[Scummvm-cvs-logs] CVS: scummvm/sword1 animation.h,1.14,1.15 screen.cpp,1.47,1.48
Robert Göffringmann
lavosspawn at users.sourceforge.net
Sat Dec 4 23:36:26 CET 2004
Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3923/sword1
Modified Files:
animation.h screen.cpp
Log Message:
forgot to remove this.
Index: animation.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/animation.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- animation.h 5 Dec 2004 02:52:41 -0000 1.14
+++ animation.h 5 Dec 2004 07:35:27 -0000 1.15
@@ -87,7 +87,6 @@
void insertOverlay(OverlayColor *buf, uint8 *ovl, OverlayColor *pal);
void processFrame(uint32 animId, AnimationState *anim, uint32 frameNo);
bool initOverlays(uint32 id);
- void decompressRle(uint8 *src, uint8 *dest, uint32 srcSize);
Screen *_scr;
SoundMixer *_snd;
OSystem *_sys;
Index: screen.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/screen.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- screen.cpp 4 Dec 2004 04:41:17 -0000 1.47
+++ screen.cpp 5 Dec 2004 07:35:27 -0000 1.48
@@ -31,7 +31,6 @@
#include "sword1/objectman.h"
#include "sword1/menu.h"
#include "sword1/sword1.h"
-#include "sword1/animation.h"
namespace Sword1 {
More information about the Scummvm-git-logs
mailing list