[Scummvm-cvs-logs] CVS: scummvm/saga image.cpp,1.4,1.5
Eugene Sandulenko
sev at users.sourceforge.net
Sat May 1 08:09:03 CEST 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga sdata.cpp,1.2,1.3 sdata.h,1.2,1.3 sdebug.cpp,1.2,1.3 sfuncs.cpp,1.2,1.3 sfuncs.h,1.2,1.3
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga sndres.cpp,1.9,1.10 sndres.h,1.8,1.9 sound.cpp,1.5,1.6 sound.h,1.5,1.6 sprite.cpp,1.4,1.5 sprite.h,1.3,1.4 sprite_mod.h,1.1,1.2 sstack.cpp,1.1,1.2 sstack.h,1.1,1.2 sthread.cpp,1.3,1.4 sthread.h,1.2,1.3 sys_interface.h,1.4,1.5 sysinput.cpp,1.2,1.3 systimer.cpp,1.3,1.4 systimer.h,1.4,1.5 text.cpp,1.1,1.2 text.h,1.1,1.2 text_mod.h,1.2,1.3 transitions.cpp,1.2,1.3 ys_binread.cpp,1.3,1.4 ys_binwrite.cpp,1.2,1.3 ys_dl_list.cpp,1.2,1.3 yslib.h,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26745
Modified Files:
image.cpp
Log Message:
Fix IHNM hang
Index: image.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/image.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- image.cpp 1 May 2004 09:19:35 -0000 1.4
+++ image.cpp 1 May 2004 15:08:20 -0000 1.5
@@ -113,11 +113,11 @@
int DecodeBGImageRLE(const byte *inbuf, size_t inbuf_len, byte *outbuf, size_t outbuf_len) {
const byte *inbuf_ptr;
byte *outbuf_ptr;
- uint16 inbuf_remain;
+ uint32 inbuf_remain;
const byte *inbuf_end;
byte *outbuf_end;
- uint16 outbuf_remain;
+ uint32 outbuf_remain;
byte mark_byte;
int test_byte;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga sdata.cpp,1.2,1.3 sdata.h,1.2,1.3 sdebug.cpp,1.2,1.3 sfuncs.cpp,1.2,1.3 sfuncs.h,1.2,1.3
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga sndres.cpp,1.9,1.10 sndres.h,1.8,1.9 sound.cpp,1.5,1.6 sound.h,1.5,1.6 sprite.cpp,1.4,1.5 sprite.h,1.3,1.4 sprite_mod.h,1.1,1.2 sstack.cpp,1.1,1.2 sstack.h,1.1,1.2 sthread.cpp,1.3,1.4 sthread.h,1.2,1.3 sys_interface.h,1.4,1.5 sysinput.cpp,1.2,1.3 systimer.cpp,1.3,1.4 systimer.h,1.4,1.5 text.cpp,1.1,1.2 text.h,1.1,1.2 text_mod.h,1.2,1.3 transitions.cpp,1.2,1.3 ys_binread.cpp,1.3,1.4 ys_binwrite.cpp,1.2,1.3 ys_dl_list.cpp,1.2,1.3 yslib.h,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list