[Scummvm-cvs-logs] CVS: residual scene.cpp,1.21,1.22
Daniel Schepler
dschepler at users.sourceforge.net
Tue Mar 23 03:33:06 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: residual TODO,1.31,1.32 bitmap.cpp,1.20,1.21 costume.cpp,1.13,1.14 driver_gl.cpp,1.8,1.9 driver_gl.h,1.5,1.6 lua.cpp,1.49,1.50 objectstate.cpp,1.1,1.2 objectstate.h,1.4,1.5 scene.cpp,1.20,1.21 scene.h,1.14,1.15
- Next message: [Scummvm-cvs-logs] CVS: residual actor.cpp,1.22,1.23 costume.cpp,1.14,1.15 costume.h,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27407
Modified Files:
scene.cpp
Log Message:
Read all sectors, including sector 0. This fixes the elevator to
the garage.
Index: scene.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/scene.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- scene.cpp 23 Mar 2004 10:38:02 -0000 1.21
+++ scene.cpp 23 Mar 2004 11:22:22 -0000 1.22
@@ -77,6 +77,7 @@
}
ts.scanString(" id %d", 1, &numSectors_);
+ numSectors_++;
sectors_ = new Sector[numSectors_];
// FIXME: This would be nicer if we could rewind the textsplitter
// stream
- Previous message: [Scummvm-cvs-logs] CVS: residual TODO,1.31,1.32 bitmap.cpp,1.20,1.21 costume.cpp,1.13,1.14 driver_gl.cpp,1.8,1.9 driver_gl.h,1.5,1.6 lua.cpp,1.49,1.50 objectstate.cpp,1.1,1.2 objectstate.h,1.4,1.5 scene.cpp,1.20,1.21 scene.h,1.14,1.15
- Next message: [Scummvm-cvs-logs] CVS: residual actor.cpp,1.22,1.23 costume.cpp,1.14,1.15 costume.h,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list