[Scummvm-cvs-logs] CVS: residual/tinygl vertex.cpp,1.3,1.4
Pawel Kolodziejski
aquadran at users.sourceforge.net
Wed Jan 12 15:02:17 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: residual/tinygl clip.cpp,1.3,1.4 light.cpp,1.3,1.4 list.cpp,1.3,1.4 matrix.cpp,1.3,1.4 misc.cpp,1.3,1.4 msghandling.cpp,1.1,1.2 select.cpp,1.3,1.4 texture.cpp,1.3,1.4 zmath.h,1.1,1.2
- Next message: [Scummvm-cvs-logs] CVS: residual actor.cpp,1.42,1.43 costume.cpp,1.27,1.28 costume.h,1.13,1.14 driver_gl.cpp,1.27,1.28 driver_tinygl.cpp,1.1,1.2 driver_tinygl.h,1.1,1.2 engine.cpp,1.62,1.63 engine.h,1.21,1.22 lua.cpp,1.95,1.96 model.cpp,1.25,1.26 scene.cpp,1.37,1.38 smush.cpp,1.59,1.60 vima.cpp,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/residual/tinygl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24588/residual/tinygl
Modified Files:
vertex.cpp
Log Message:
fixed some tinygl warnings
Index: vertex.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/tinygl/vertex.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- vertex.cpp 12 Jan 2005 18:00:19 -0000 1.3
+++ vertex.cpp 12 Jan 2005 23:01:37 -0000 1.4
@@ -346,7 +346,7 @@
c->vertex_n = n;
}
-void glopEnd(GLContext * c, TGLParam * param)
+void glopEnd(GLContext *c, TGLParam *)
{
assert(c->in_begin == 1);
- Previous message: [Scummvm-cvs-logs] CVS: residual/tinygl clip.cpp,1.3,1.4 light.cpp,1.3,1.4 list.cpp,1.3,1.4 matrix.cpp,1.3,1.4 misc.cpp,1.3,1.4 msghandling.cpp,1.1,1.2 select.cpp,1.3,1.4 texture.cpp,1.3,1.4 zmath.h,1.1,1.2
- Next message: [Scummvm-cvs-logs] CVS: residual actor.cpp,1.42,1.43 costume.cpp,1.27,1.28 costume.h,1.13,1.14 driver_gl.cpp,1.27,1.28 driver_tinygl.cpp,1.1,1.2 driver_tinygl.h,1.1,1.2 engine.cpp,1.62,1.63 engine.h,1.21,1.22 lua.cpp,1.95,1.96 model.cpp,1.25,1.26 scene.cpp,1.37,1.38 smush.cpp,1.59,1.60 vima.cpp,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list